mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
From-SVN: r20761
This commit is contained in:
parent
69b471bc42
commit
81241b5e65
|
@ -1,5 +1,7 @@
|
||||||
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
|
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
|
||||||
|
|
||||||
* configure.in (target_subdir): Set to ${target_alias} instead
|
* configure.in (target_subdir): Set to ${target_alias} instead
|
||||||
of "libraries".
|
of "libraries".
|
||||||
|
|
||||||
|
|
|
@ -352,6 +352,7 @@ BASE_FLAGS_TO_PASS = \
|
||||||
"EXPECT=$(EXPECT)" \
|
"EXPECT=$(EXPECT)" \
|
||||||
"RUNTEST=$(RUNTEST)" \
|
"RUNTEST=$(RUNTEST)" \
|
||||||
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
||||||
|
"TARGET_SUBDIR=$(TARGET_SUBDIR)" \
|
||||||
"WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
|
"WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
|
||||||
"YACC=$(YACC)" \
|
"YACC=$(YACC)" \
|
||||||
"exec_prefix=$(exec_prefix)" \
|
"exec_prefix=$(exec_prefix)" \
|
||||||
|
|
Loading…
Reference in New Issue