Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST and AR instead of...
authorJeffrey A Law <law@cygnus.com>
Sun, 28 Sep 1997 07:44:42 +0000 (07:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 28 Sep 1997 07:44:42 +0000 (01:44 -0600)
        * Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
        and AR instead of the _FOR_TARGET versions.

From-SVN: r15752

gcc/f/ChangeLog.egcs
gcc/f/Make-lang.in

index 4fc2294..6975cba 100644 (file)
@@ -1,3 +1,8 @@
+Sun Sep 28 01:47:17 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
+       and AR instead of the _FOR_TARGET versions.
+
 Tue Sep 23 00:39:57 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
 
        * Make-lang.in: install.texi was renamed to g77install.texi
index 64d844f..0d06a7e 100644 (file)
@@ -45,7 +45,7 @@
 F77_FLAGS_TO_PASS = \
        CROSS="$(CROSS)" \
        AR_FLAGS="$(AR_FLAGS)" \
-       AR_FOR_TARGET="$(AR_FOR_TARGET)" \
+       AR="$(AR)" \
        BISON="$(BISON)" \
        BISONFLAGS="$(BISONFLAGS)" \
        CC="$(CC)" \
@@ -56,8 +56,8 @@ F77_FLAGS_TO_PASS = \
        LEXFLAGS="$(LEXFLAGS)" \
        MAKEINFO="$(MAKEINFO)" \
        MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
-       RANLIB_FOR_TARGET="$(RANLIB_FOR_TARGET)" \
-       RANLIB_TEST_FOR_TARGET="$(RANLIB_TEST_FOR_TARGET)" \
+       RANLIB="$(RANLIB)" \
+       RANLIB_TEST="$(RANLIB_TEST)" \
        SHELL="$(SHELL)" \
        exec_prefix="$(exec_prefix)" \
        prefix="$(prefix)" \