From eed10c23ca02b91d048dfe3dea8dd484e218a352 Mon Sep 17 00:00:00 2001 From: rahnds Date: Sun, 22 Dec 1996 18:32:41 +0000 Subject: [PATCH] gcc support for powerpc-openbsd --- gnu/usr.bin/gcc/configure | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.20.1