OSDN Git Service

* Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 1997 07:44:42 +0000 (07:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 1997 07:44:42 +0000 (07:44 +0000)
        and AR instead of the _FOR_TARGET versions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15752 138bc75d-0d04-0410-961f-82ee72b054a4

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)" \