diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 10:26:46 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 10:26:46 +0000 |
commit | 633a0c67dc6ad8132b30607861cd2db82a083563 (patch) | |
tree | 969c5005fca7e6fa861b4ac51a7abbf835b3fa15 /gnu/usr.bin/gcc/configure | |
parent | 088c16e091d4c2ef507aa84f3ff63ef68c5101fc (diff) |
Remove the rest of the new files.
Commit a couple local configuration changes of mine before I lose them.
Diffstat (limited to 'gnu/usr.bin/gcc/configure')
-rw-r--r-- | gnu/usr.bin/gcc/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure index 5a0a5b72a13..a2196166a09 100644 --- a/gnu/usr.bin/gcc/configure +++ b/gnu/usr.bin/gcc/configure @@ -2174,6 +2174,14 @@ for machine in $canon_build $canon_host $canon_target; do romp-*-aos*) use_collect2=yes ;; + romp-*-openbsd*) + cpu_type=romp + xm_file=romp/xm-openbsd.h + tm_file=romp/openbsd.h + # On OpenBSD, the headers are already okay. + fixincludes=Makefile.in + xmake_file=romp/x-openbsd + ;; romp-*-mach*) xmake_file=romp/x-mach use_collect2=yes |