mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 17:17:38 +08:00
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
This commit is contained in:
parent
86eab6f69a
commit
e6980e1bce
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* arm.md (nop): Output instruction using output_asm_insn to fix
|
||||
|
@ -613,12 +613,11 @@ LANG_EXTRA_HEADERS = @all_headers@
|
||||
# because we need CC="stage1/xgcc -Bstage1/" to work in the language
|
||||
# subdirectories.
|
||||
# ??? The choices here will need some experimenting with.
|
||||
FLAGS_TO_PASS = \
|
||||
ORDINARY_FLAGS_TO_PASS = \
|
||||
"AR_FLAGS_FOR_TARGET=$(AR_FLAGS_FOR_TARGET)" \
|
||||
"AR_FOR_TARGET=$(AR_FOR_TARGET)" \
|
||||
"BISON=$(BISON)" \
|
||||
"BISONFLAGS=$(BISONFLAGS)" \
|
||||
"CC=@cc_set_by_configure@" \
|
||||
"CFLAGS=$(CFLAGS)" \
|
||||
"CLIB=$(CLIB)" \
|
||||
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
|
||||
@ -647,7 +646,7 @@ FLAGS_TO_PASS = \
|
||||
"datadir=$(datadir)" \
|
||||
"distdir=../tmp/\$$(subdir)" \
|
||||
"localedir=$(localedir)"
|
||||
|
||||
FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) "CC=@cc_set_by_configure@"
|
||||
PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \
|
||||
-e 's|^ *[^ /][^ /]*/|%&|' \
|
||||
-e 's| -B| -B%|g' \
|
||||
|
Loading…
Reference in New Issue
Block a user