]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config.gcc
config.gcc: Recognize powerpc-*-netbsd*.
[gcc.git] / gcc / config.gcc
index 6380bab81a800a513ce874c00912e9d804e4f189..7f694894e0e88e17b7e3e99e00ffbbc80e1be360 100644 (file)
@@ -1051,6 +1051,13 @@ i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aou
 i[34567]86-*-freebsd*)
        tm_file="${tm_file} i386/att.h svr4.h ${fbsd_tm_file} i386/freebsd.h"
        ;;
+i[34567]86-*-netbsdelf*)
+       xm_defines=POSIX
+       tm_file="${tm_file} i386/att.h svr4.h i386/netbsd-elf.h"
+       tmake_file=t-netbsd
+       gnu_ld=yes
+       float_format=i386
+       ;;
 i[34567]86-*-netbsd*)
        tm_file=i386/netbsd.h
        tmake_file=t-netbsd
@@ -2595,6 +2602,12 @@ powerpc-*-sysv*)
        extra_headers=ppc-asm.h
        tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
        ;;
+powerpc-*-netbsd*)
+       xm_defines=POSIX
+       tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/netbsd.h"
+       tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
+       extra_headers=ppc-asm.h
+       ;;
 powerpc-*-chorusos*)
        xm_defines=POSIX
        tm_file="${tm_file} svr4.h rs6000/sysv4.h chorus.h"
This page took 0.027037 seconds and 5 git commands to generate.