Commit 771c2d1b by Jeffrey A Law Committed by Jeff Law

Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST and AR instead…

Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST and AR instead of the _FOR_TARGET versions.

        * Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
        and AR instead of the _FOR_TARGET versions.

From-SVN: r15752
parent 92cbe4d2
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> Tue Sep 23 00:39:57 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
* Make-lang.in: install.texi was renamed to g77install.texi * Make-lang.in: install.texi was renamed to g77install.texi
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
F77_FLAGS_TO_PASS = \ F77_FLAGS_TO_PASS = \
CROSS="$(CROSS)" \ CROSS="$(CROSS)" \
AR_FLAGS="$(AR_FLAGS)" \ AR_FLAGS="$(AR_FLAGS)" \
AR_FOR_TARGET="$(AR_FOR_TARGET)" \ AR="$(AR)" \
BISON="$(BISON)" \ BISON="$(BISON)" \
BISONFLAGS="$(BISONFLAGS)" \ BISONFLAGS="$(BISONFLAGS)" \
CC="$(CC)" \ CC="$(CC)" \
...@@ -56,8 +56,8 @@ F77_FLAGS_TO_PASS = \ ...@@ -56,8 +56,8 @@ F77_FLAGS_TO_PASS = \
LEXFLAGS="$(LEXFLAGS)" \ LEXFLAGS="$(LEXFLAGS)" \
MAKEINFO="$(MAKEINFO)" \ MAKEINFO="$(MAKEINFO)" \
MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \ MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
RANLIB_FOR_TARGET="$(RANLIB_FOR_TARGET)" \ RANLIB="$(RANLIB)" \
RANLIB_TEST_FOR_TARGET="$(RANLIB_TEST_FOR_TARGET)" \ RANLIB_TEST="$(RANLIB_TEST)" \
SHELL="$(SHELL)" \ SHELL="$(SHELL)" \
exec_prefix="$(exec_prefix)" \ exec_prefix="$(exec_prefix)" \
prefix="$(prefix)" \ prefix="$(prefix)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment