artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c852521
)
gcc support for powerpc-openbsd
author
rahnds
<rahnds@openbsd.org>
Sun, 22 Dec 1996 18:32:41 +0000
(18:32 +0000)
committer
rahnds
<rahnds@openbsd.org>
Sun, 22 Dec 1996 18:32:41 +0000
(18:32 +0000)
gnu/usr.bin/gcc/configure
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/configure
b/gnu/usr.bin/gcc/configure
index
96fca3b
..
e072cbf
100644
(file)
--- a/
gnu/usr.bin/gcc/configure
+++ b/
gnu/usr.bin/gcc/configure
@@
-2182,6
+2182,15
@@
for machine in $canon_build $canon_host $canon_target; do
tmake_file=rs6000/t-rs6000
use_collect2=yes
;;
+ powerpc-*-*bsd*)
+ cpu_type=rs6000
+ xm_file=rs6000/xm-openbsd.h
+ tm_file=rs6000/openbsd.h
+ tmake_file=rs6000/t-openbsd
+ # On OpenBSD, the headers are already okay.
+ fixincludes=Makefile.in
+ xmake_file=rs6000/x-openbsd
+ ;;
powerpc-*-sysv4* | powerpc-*-elf*)
cpu_type=rs6000
xm_file=rs6000/xm-sysv4.h