gcc support for powerpc-openbsd
authorrahnds <rahnds@openbsd.org>
Sun, 22 Dec 1996 18:32:41 +0000 (18:32 +0000)
committerrahnds <rahnds@openbsd.org>
Sun, 22 Dec 1996 18:32:41 +0000 (18:32 +0000)
gnu/usr.bin/gcc/configure

index 96fca3b..e072cbf 100644 (file)
@@ -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