mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
* config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS.
This commit is contained in:
parent
a9e2435482
commit
c17b816b62
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* config-ml.in: Alter CCASFLAGS to include special
|
||||||
|
multilib options the same as is done for CFLAGS.
|
||||||
|
|
||||||
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
||||||
|
@ -546,6 +546,7 @@ multi-do:
|
|||||||
flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
|
flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
|
||||||
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) \
|
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) \
|
||||||
CFLAGS="$(CFLAGS) $${flags}" \
|
CFLAGS="$(CFLAGS) $${flags}" \
|
||||||
|
CCASFLAGS="$(CCASFLAGS) $${flags}" \
|
||||||
FCFLAGS="$(FCFLAGS) $${flags}" \
|
FCFLAGS="$(FCFLAGS) $${flags}" \
|
||||||
FFLAGS="$(FFLAGS) $${flags}" \
|
FFLAGS="$(FFLAGS) $${flags}" \
|
||||||
ADAFLAGS="$(ADAFLAGS) $${flags}" \
|
ADAFLAGS="$(ADAFLAGS) $${flags}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user