From: rahnds Date: Sun, 22 Dec 1996 18:32:41 +0000 (+0000) Subject: gcc support for powerpc-openbsd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eed10c23ca02b91d048dfe3dea8dd484e218a352;p=openbsd gcc support for powerpc-openbsd --- diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure index 96fca3bf7fd..e072cbf286e 100644 --- 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