aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorMatthew Green <mrg@eterna.com.au>2001-07-31 15:53:43 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-31 15:53:43 -0700
commit6ea0279fef871db4c0980384f99165817499bbc5 (patch)
tree17eea70adc89de20f27d50c6c966365f8b01cad4 /gcc/config.gcc
parent9d7d836262a3137e04bf23c6073717be26bcc667 (diff)
downloadgcc-6ea0279fef871db4c0980384f99165817499bbc5.zip
gcc-6ea0279fef871db4c0980384f99165817499bbc5.tar.gz
gcc-6ea0279fef871db4c0980384f99165817499bbc5.tar.bz2
config.gcc (i386-*-netbsdelf): New description.
* config.gcc (i386-*-netbsdelf): New description. * config/i386/netbsd-elf.h: New file. From-SVN: r44525
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 6380bab..ae88835 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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