summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 05:41:45 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 05:41:45 +0000
commit954078d1279a1b01d2aa499791eb3f3f49c5807d (patch)
tree1d3c3dd5fefdf13bfbcb116c8aedf1c27aed4f6d /configure.in
parent69f9b97f67aeb3290677febfe1bbd81e7066f8e2 (diff)
downloadppe42-gcc-954078d1279a1b01d2aa499791eb3f3f49c5807d.tar.gz
ppe42-gcc-954078d1279a1b01d2aa499791eb3f3f49c5807d.zip
* config.guess: Add hppa64-linux support. Note for next import that
this is already in the master file. * configure.in: Likewise. Accept `parisc' alias for `hppa'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41327 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5b0ae6b61d6..4d4e6e1b977 100644
--- a/configure.in
+++ b/configure.in
@@ -304,7 +304,7 @@ if [ x${shared} = xyes ]; then
arm*-*-*)
host_makefile_frag="${host_makefile_frag} config/mh-armpic"
;;
- hppa*-*-*)
+ parisc*-*-* | hppa*-*-*)
host_makefile_frag="${host_makefile_frag} config/mh-papic"
;;
i[3456]86-*-cygwin*)
@@ -714,8 +714,14 @@ case "${target}" in
h8500-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj}"
;;
+ hppa*64*-*-linux* | parisc*64*-*-linux*)
+ # In this case, it's because the hppa64-linux target is for
+ # the kernel only at this point and has no libc, and thus no
+ # headers, crt*.o, etc., all of which are needed by these.
+ noconfigdirs="$noconfigdirs target-zlib"
+ ;;
hppa*-*-*elf* | \
- hppa*-*-linux* | \
+ parisc*-*-linux* | hppa*-*-linux* | \
hppa*-*-lites* | \
hppa*64*-*-*)
noconfigdirs="${libgcj}"
@@ -1193,7 +1199,7 @@ fi
if [ x${shared} = xyes ]; then
case "${target}" in
- hppa*)
+ hppa* | parisc*)
target_makefile_frag="${target_makefile_frag} config/mt-papic"
;;
i[3456]86-*)
OpenPOWER on IntegriCloud