new configure triple work, added solaris 2 & irix host support, fix FLEX definition
authorDavid D. Zuhn <zoo@cygnus>
Wed, 2 Sep 1992 00:49:47 +0000 (00:49 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 2 Sep 1992 00:49:47 +0000 (00:49 +0000)
ld/ChangeLog
ld/Makefile.in

index 96365d1d99c3e618ba0d41cec298b7f4bef27776..aa87f99e31132415bbc6b41921bc54a01a9f7c8f 100644 (file)
@@ -1,3 +1,14 @@
+Tue Sep  1 17:45:51 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: added Solaris 2 and Irix 4 host support.
+
+Mon Aug 31 19:27:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: remove -S flag from the FLEX definition
+
+       * configure.in: rewrote, using new style case statement.  use
+       m68k.mt for m68k-aout systems
+
 Sun Aug 30 21:38:53 1992  Ian Lance Taylor  (ian@cygnus.com)
 
        * Makefile.in: map "ld" through program_transform_name when
index 1d11df8cb53e79296848af4614ae016a823588e5..34c55e7f9490f8efc97ddca0aba3216c2739f577 100644 (file)
@@ -56,7 +56,7 @@ MAKEINFO = makeinfo
 RANLIB = ranlib
 HOST_CC=$(CC)
 BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
-LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S../flex/flex.skel ; else echo flex ; fi`
+LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex  else echo flex ; fi`
 
 #version=/`./../gcc/gcc -dumpversion`
 version=