summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-01 08:14:33 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-01 08:14:33 +0000
commitba4851f2017626ad2fcbf9837cc6199399762ef0 (patch)
tree4c8e4291617065b12ef31ef4129ca5cdbd22687a
parent544a68689cbdd692734b371b33ca16c199058e28 (diff)
downloadppe42-gcc-ba4851f2017626ad2fcbf9837cc6199399762ef0.tar.gz
ppe42-gcc-ba4851f2017626ad2fcbf9837cc6199399762ef0.zip
Move *-*-gnu* pattern below *-*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29026 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++/ChangeLog4
-rw-r--r--libstdc++/configure.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 535c68321d1..25e5418a77c 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-01 Andreas Schwab <schwab@suse.de>
+
+ * configure.in: Move *-*-gnu* pattern below *-*-linux*.
+
Wed Aug 25 01:31:11 1999 "David O'Brien" <obrien@NUXI.com>
* configure.in: Alphabetize selection of .ml fragments.
diff --git a/libstdc++/configure.in b/libstdc++/configure.in
index bb54fedf963..e246360593c 100644
--- a/libstdc++/configure.in
+++ b/libstdc++/configure.in
@@ -71,11 +71,12 @@ if [ "${shared}" = "yes" ]; then
*-dec-osf*) frags="${frags} dec-osf.ml";;
*-*-freebsd2*) ;;
*-*-freebsd*) frags="${frags} freebsd.ml" ;;
- *-*-gnu*) frags="${frags} gnu.ml" ;;
*-*-hpux*) frags="${frags} hpux.ml" ;;
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-linux*aout*) ;;
*-*-linux*) frags="${frags} linux.ml" ;;
+ # This must come after *-*-linux*
+ *-*-gnu*) frags="${frags} gnu.ml" ;;
*-*-openbsd*) frags="${frags} openbsd.ml" ;;
*-*-sysv[45]*|*-*-udk*) frags="${frags} elf.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
OpenPOWER on IntegriCloud