diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-21 17:27:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-21 17:29:44 +0100 |
commit | debd56b20ec505b57e70b6fd811539a36e3d5b93 (patch) | |
tree | f27bd74b6fd90bb230c3ef4d27b7cd4f65b43f33 /config_host.mk.in | |
parent | 4ef5ed9d21de767ce1b4c70d73cf15994b38dcdb (diff) |
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.in | 1 |
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@ |