summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-03 11:16:38 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-03 11:16:38 +0000
commit7b32fed2468f997c7935cfe75754cb1b72d0d0b3 (patch)
tree72cd1266f2303eaa8c843b91d028313e30373a9d /configure.in
parent229b1fb8be37fc80c21e60492dc07137ee92a774 (diff)
downloadgcc-7b32fed2468f997c7935cfe75754cb1b72d0d0b3.tar.gz
/
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6de0e2cdc9f..18469971a18 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@
## For more information on these two systems, check out the documentation
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
-# Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -301,6 +301,12 @@ case "${target}" in
powerpc-*-netware*)
target_makefile_frag="${target_makefile_frag} config/mt-netware"
;;
+ alpha*-*-linux-gnulibc1)
+ target_makefile_frag="${target_makefile_frag} config/mt-linux"
+ ;;
+ powerpc*-*-linux-gnulibc1)
+ target_makefile_frag="${target_makefile_frag} config/mt-linux"
+ ;;
*-*-linux-gnu)
target_makefile_frag="${target_makefile_frag} config/mt-linux"
;;