Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-06-05 21:45:48 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-06-05 21:45:48 +0400
commit9a9ac027e863a34dbad4b61944c2fc46c16ecb6d (patch)
treeb87037e43e2de5239c7b44ef58d573f58520c8cf /config-ml.in
parent2e7c576aa7c881e8592edd90bf56f1a0cf49866b (diff)
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.
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-ml.in b/config-ml.in
index 937273173..4082fe45d 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}" \