repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
middle-end/110237 - wrong MEM_ATTRs for partial loads/stores
[official-gcc.git]
/
gcc
/
config
/
t-openbsd
blob
3b625d62b30d70a423e52db1891ef44f588fceaf
1
# We don't need GCC's own include files.
2
USER_H = $(EXTRA_HEADERS)
3
4
# OpenBSD-specific D support.
5
openbsd-d.o: $(srcdir)/config/openbsd-d.cc
6
$(COMPILE) $<
7
$(POSTCOMPILE)
8
9
# OpenBSD-specific Rust support.
10
openbsd-rust.o: $(srcdir)/config/openbsd-rust.cc
11
$(COMPILE) $<
12
$(POSTCOMPILE)