Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD. * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here. * Makefile.in: Regenerated. From-SVN: r101716
This commit is contained in:
parent
cb14ee6a76
commit
452190fb6a
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-07-07 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
|
||||||
|
* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2005-07-06 Geoffrey Keating <geoffk@apple.com>
|
2005-07-06 Geoffrey Keating <geoffk@apple.com>
|
||||||
|
|
||||||
* configure.in: Don't build sim or rda when targetting darwin.
|
* configure.in: Don't build sim or rda when targetting darwin.
|
||||||
|
|
|
@ -187,6 +187,7 @@ flags_to_pass = { flag= target_alias ; };
|
||||||
// Build tools
|
// Build tools
|
||||||
flags_to_pass = { flag= BISON ; };
|
flags_to_pass = { flag= BISON ; };
|
||||||
flags_to_pass = { flag= CC_FOR_BUILD ; };
|
flags_to_pass = { flag= CC_FOR_BUILD ; };
|
||||||
|
flags_to_pass = { flag= CFLAGS_FOR_BUILD ; };
|
||||||
flags_to_pass = { flag= CXX_FOR_BUILD ; };
|
flags_to_pass = { flag= CXX_FOR_BUILD ; };
|
||||||
flags_to_pass = { flag= EXPECT ; };
|
flags_to_pass = { flag= EXPECT ; };
|
||||||
flags_to_pass = { flag= FLEX ; };
|
flags_to_pass = { flag= FLEX ; };
|
||||||
|
|
|
@ -529,7 +529,6 @@ BASE_FLAGS_TO_PASS = \
|
||||||
"infodir=$(infodir)" \
|
"infodir=$(infodir)" \
|
||||||
"libdir=$(libdir)" \
|
"libdir=$(libdir)" \
|
||||||
"libexecdir=$(libexecdir)" \
|
"libexecdir=$(libexecdir)" \
|
||||||
"lispdir=$(lispdir)" \
|
|
||||||
"localstatedir=$(localstatedir)" \
|
"localstatedir=$(localstatedir)" \
|
||||||
"mandir=$(mandir)" \
|
"mandir=$(mandir)" \
|
||||||
"oldincludedir=$(oldincludedir)" \
|
"oldincludedir=$(oldincludedir)" \
|
||||||
|
@ -542,6 +541,7 @@ BASE_FLAGS_TO_PASS = \
|
||||||
"target_alias=$(target_alias)" \
|
"target_alias=$(target_alias)" \
|
||||||
"BISON=$(BISON)" \
|
"BISON=$(BISON)" \
|
||||||
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
||||||
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
||||||
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
|
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
|
||||||
"EXPECT=$(EXPECT)" \
|
"EXPECT=$(EXPECT)" \
|
||||||
"FLEX=$(FLEX)" \
|
"FLEX=$(FLEX)" \
|
||||||
|
@ -649,7 +649,6 @@ EXTRA_GCC_FLAGS = \
|
||||||
'BUILD_PREFIX=$(BUILD_PREFIX)' \
|
'BUILD_PREFIX=$(BUILD_PREFIX)' \
|
||||||
'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
|
'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
|
||||||
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
|
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
|
||||||
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
|
||||||
"`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
"`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
"`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
|
|
|
@ -586,7 +586,6 @@ EXTRA_GCC_FLAGS = \
|
||||||
'BUILD_PREFIX=$(BUILD_PREFIX)' \
|
'BUILD_PREFIX=$(BUILD_PREFIX)' \
|
||||||
'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
|
'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
|
||||||
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
|
"GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
|
||||||
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
|
||||||
"`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
"`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
"`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
"`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue