toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version
commit1fdd433b0895a83e98ef63745463b39381b9f1ee
authorPhil Sutter <phil.sutter@viprinet.com>
Tue, 24 Feb 2015 11:47:19 +0000 (24 12:47 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 28 Feb 2015 09:14:38 +0000 (28 10:14 +0100)
treead79871e1575b420ca8000f0a8b36ffdf1277317
parentff984a2960dd7bd59e5b6a592e1825a20af7d00d
toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version

Otherwise, CFLAGS are not passed to gcc when compiling assembly (*.S)
files. This is crucial for certain #define-optimisations (seen when
compiling for armv5te).
toolchain/glibc/Makefile