Commit e6980e1b by Jeffrey A Law Committed by Jeff Law

Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.

        * Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.
        Remove "CC".
        (FLAGS_TO_PASS): New variable.

From-SVN: r26670
parent 86eab6f6
Tue Apr 27 01:33:43 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.
Remove "CC".
(FLAGS_TO_PASS): New variable.
Tue Apr 27 00:36:44 1999 Nick Burrett <nick.burrett@btinternet.com> Tue Apr 27 00:36:44 1999 Nick Burrett <nick.burrett@btinternet.com>
* arm.md (nop): Output instruction using output_asm_insn to fix * arm.md (nop): Output instruction using output_asm_insn to fix
......
...@@ -613,12 +613,11 @@ LANG_EXTRA_HEADERS = @all_headers@ ...@@ -613,12 +613,11 @@ LANG_EXTRA_HEADERS = @all_headers@
# because we need CC="stage1/xgcc -Bstage1/" to work in the language # because we need CC="stage1/xgcc -Bstage1/" to work in the language
# subdirectories. # subdirectories.
# ??? The choices here will need some experimenting with. # ??? The choices here will need some experimenting with.
FLAGS_TO_PASS = \ ORDINARY_FLAGS_TO_PASS = \
"AR_FLAGS_FOR_TARGET=$(AR_FLAGS_FOR_TARGET)" \ "AR_FLAGS_FOR_TARGET=$(AR_FLAGS_FOR_TARGET)" \
"AR_FOR_TARGET=$(AR_FOR_TARGET)" \ "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
"BISON=$(BISON)" \ "BISON=$(BISON)" \
"BISONFLAGS=$(BISONFLAGS)" \ "BISONFLAGS=$(BISONFLAGS)" \
"CC=@cc_set_by_configure@" \
"CFLAGS=$(CFLAGS)" \ "CFLAGS=$(CFLAGS)" \
"CLIB=$(CLIB)" \ "CLIB=$(CLIB)" \
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \ "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
...@@ -647,7 +646,7 @@ FLAGS_TO_PASS = \ ...@@ -647,7 +646,7 @@ FLAGS_TO_PASS = \
"datadir=$(datadir)" \ "datadir=$(datadir)" \
"distdir=../tmp/\$$(subdir)" \ "distdir=../tmp/\$$(subdir)" \
"localedir=$(localedir)" "localedir=$(localedir)"
FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) "CC=@cc_set_by_configure@"
PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \ PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \
-e 's|^ *[^ /][^ /]*/|%&|' \ -e 's|^ *[^ /][^ /]*/|%&|' \
-e 's| -B| -B%|g' \ -e 's| -B| -B%|g' \
......
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