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:
Jeff Johnston 2006-06-05 17:45:48 +00:00
parent 2e7c576aa7
commit 9a9ac027e8
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* Makefile.def: Added dependencies from sim and gdb on intl, and

View File

@ -546,6 +546,7 @@ multi-do:
flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) \
CFLAGS="$(CFLAGS) $${flags}" \
CCASFLAGS="$(CCASFLAGS) $${flags}" \
FCFLAGS="$(FCFLAGS) $${flags}" \
FFLAGS="$(FFLAGS) $${flags}" \
ADAFLAGS="$(ADAFLAGS) $${flags}" \