OSDN Git Service

Move *-*-gnu* pattern below *-*-linux*.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 08:14:33 +0000 (08:14 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 08:14:33 +0000 (08:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29026 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++/ChangeLog
libstdc++/configure.in

index 535c683..25e5418 100644 (file)
@@ -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.
index bb54fed..e246360 100644 (file)
@@ -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" ;;