diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-16 06:56:08 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-16 06:56:08 +0000 |
commit | 56863dd861ec625a2c47465f69f092daeb7cfc83 (patch) | |
tree | 46ecd26ae4fced4ffbc1c97bbda2f92497bed066 /gcc/configure.in | |
parent | a0714afe4ca0dfd871b8f7cfea5e0faa2a5003b3 (diff) | |
download | gcc-56863dd861ec625a2c47465f69f092daeb7cfc83.tar.gz |
* configure.in: Add support for avr target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 4883aa543a2..e6e14ae8413 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -761,7 +761,7 @@ changequote([,])dnl arm*-*-netbsd*) tm_file=arm/netbsd.h tmake_file="t-netbsd arm/t-netbsd" - use_collect2=yes + use_collect2=yes ;; arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out cpu_type=arm @@ -837,6 +837,8 @@ changequote([,])dnl tmake_file=arm/t-pe extra_objs=pe.o ;; + avr-*-*) + ;; c1-convex-*) # Convex C1 target_cpu_default=1 use_collect2=yes @@ -1330,7 +1332,7 @@ changequote(,)dnl changequote([,])dnl tm_file=i386/netbsd.h tmake_file=t-netbsd - use_collect2=yes + use_collect2=yes ;; changequote(,)dnl i[34567]86-*-openbsd*) @@ -2221,7 +2223,7 @@ changequote([,])dnl tm_file=m68k/netbsd.h tmake_file=t-netbsd float_format=m68k - use_collect2=yes + use_collect2=yes ;; m68k*-*-openbsd*) float_format=m68k @@ -2918,7 +2920,7 @@ changequote([,])dnl xm_file="ns32k/xm-netbsd.h ${xm_file}" # On NetBSD, the headers are already okay, except for math.h. tmake_file=t-netbsd - use_collect2=yes + use_collect2=yes ;; pdp11-*-bsd) tm_file="${tm_file} pdp11/2bsd.h" @@ -3237,7 +3239,7 @@ changequote([,])dnl sparc-*-netbsd*) tm_file=sparc/netbsd.h tmake_file=t-netbsd - use_collect2=yes + use_collect2=yes ;; sparc-*-openbsd*) # we need collect2 until our bug is fixed... @@ -3572,7 +3574,7 @@ changequote([,])dnl tm_file="${tm_file} netbsd.h vax/netbsd.h" tmake_file=t-netbsd float_format=vax - use_collect2=yes + use_collect2=yes ;; vax-*-openbsd*) tmake_file="${tmake_file} vax/t-openbsd" |