diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-06 23:09:56 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-06 23:09:56 +0100 |
commit | 21561bd27cfeae38433f271cc09cb94030276a9b (patch) | |
tree | 6f5f77913aa0b274ae8c3c9497118e023b51f979 /toolchain/toolchain-external/ext-toolchain-wrapper.c | |
parent | b5410b6a19db7ef75af8df2fa5659c539ad37c47 (diff) | |
parent | e6e60becb008dd389c51d2d75cbfd63551300dae (diff) |
Merge branch 'for-2012.05/ext-toolchain-updates' of git://git.free-electrons.com/users/thomas-petazzoni/buildroot
Diffstat (limited to 'toolchain/toolchain-external/ext-toolchain-wrapper.c')
-rw-r--r-- | toolchain/toolchain-external/ext-toolchain-wrapper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c index cc404f3e9..719f13bd1 100644 --- a/toolchain/toolchain-external/ext-toolchain-wrapper.c +++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c @@ -40,6 +40,9 @@ static char *predef_args[] = { #ifdef BR_VFPFLOAT "-mfpu=vfp", #endif /* BR_VFPFLOAT */ +#ifdef BR_ADDITIONAL_CFLAGS + BR_ADDITIONAL_CFLAGS +#endif }; static const char *get_basename(const char *name) |