diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-06-05 17:45:48 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-06-05 17:45:48 +0000 |
commit | c17b816b62f4aa34603894ffd255f2896212d9b6 (patch) | |
tree | 015fd1af490192af835ed1f381f52cccbbeeccbd | |
parent | a9e24354827513dfb2a1735bafe760ab0825c7ad (diff) | |
download | gdb-c17b816b62f4aa34603894ffd255f2896212d9b6.zip gdb-c17b816b62f4aa34603894ffd255f2896212d9b6.tar.gz gdb-c17b816b62f4aa34603894ffd255f2896212d9b6.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | config-ml.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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 diff --git a/config-ml.in b/config-ml.in index 9372731..4082fe4 100644 --- a/config-ml.in +++ b/config-ml.in @@ -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}" \ |