summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-21 17:27:39 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-21 17:29:44 +0100
commitdebd56b20ec505b57e70b6fd811539a36e3d5b93 (patch)
treef27bd74b6fd90bb230c3ef4d27b7cd4f65b43f33 /config_host.mk.in
parentfdo#57545 remove redundant capitalType functions (diff)
downloadcore-debd56b20ec505b57e70b6fd811539a36e3d5b93.tar.gz
core-debd56b20ec505b57e70b6fd811539a36e3d5b93.zip
gbuild: AsmObject: support user defined AFLAGS
There does not seem to be a point to using CFLAGS here, usual convention appears to be to use AFLAGS. Not target local, since right now there is no need for that. Change-Id: I5d2f45777c226c0afc632adc21e446f09740d75d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 83837567edc6..34f7708686d5 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -13,6 +13,7 @@ export SRC_ROOT=@SRC_ROOT@
export BUILDDIR=@BUILDDIR@
export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@
+@x_AFLAGS@ export AFLAGS=@AFLAGS@
export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@
export ALIGNOF_INT=@ALIGNOF_INT@
export ALIGNOF_LONG=@ALIGNOF_LONG@