summaryrefslogtreecommitdiffstats
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-16 23:24:20 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-16 23:24:20 +0000
commit60ac811aad3e018210f76e1f3621a3f98ddd051e (patch)
treee5c044cdf02d80b32ce3a575bc91f677525cac8c /gcc/configure.in
parentc945294187fc6c838a2b46dbcde5e4dfe8c9a223 (diff)
downloadppe42-gcc-60ac811aad3e018210f76e1f3621a3f98ddd051e.tar.gz
ppe42-gcc-60ac811aad3e018210f76e1f3621a3f98ddd051e.zip
* alpha/osf.h (HAVE_STAMP_H): Define.
* alpha.c: Use it. * alpha/netbsd.h, alpha/netbsd-elf.h: New files. * configure.in (alpha*-*-netbsd*): New. Based on patches from Paul H. Anderson <pha@pdq.com>. * configure.in (alpha*-*-linux-*): Kill xm_defines. (alpha*-*-linux-gnulibc1*) [fixincludes]: Define. * alpha/xm-linux.h: Remove file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in18
1 files changed, 13 insertions, 5 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 82cef5a9d50..d8bc744e634 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -347,18 +347,17 @@ for machine in $build $host $target; do
;;
alpha*-*-linux-gnuecoff*)
tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
- xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
gas=no
xmake_file=none
gas=yes gnu_ld=yes
;;
alpha*-*-linux-gnulibc1*)
- tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
- xm_defines=USE_BFD
+ tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
target_cpu_default="MASK_GAS"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
+ fixincludes=fixinc.wrap
xmake_file=none
gas=yes gnu_ld=yes
if [[ x$enable_threads = xyes ]]; then
@@ -366,8 +365,7 @@ for machine in $build $host $target; do
fi
;;
alpha*-*-linux-gnu*)
- tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
- xm_defines=USE_BFD
+ tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
target_cpu_default="MASK_GAS"
tmake_file="t-linux alpha/t-linux alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
@@ -378,6 +376,16 @@ for machine in $build $host $target; do
thread_file='posix'
fi
;;
+ alpha*-*-netbsd*)
+ tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+ target_cpu_default="MASK_GAS"
+ tmake_file="alpha/t-crtbe"
+ extra_parts="crtbegin.o crtend.o"
+ xmake_file=none
+ fixincludes=fixinc.wrap
+ gas=yes gnu_ld=yes
+ ;;
+
alpha*-dec-osf*)
if [[ x$stabs = xyes ]]
then
OpenPOWER on IntegriCloud