]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/gnuradio: include TARGET_CFLAGS to the overloaded CFLAGS
authorSamuel Martin <s.martin49@gmail.com>
Sun, 16 Oct 2016 11:12:41 +0000 (13:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Oct 2016 14:21:14 +0000 (16:21 +0200)
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gnuradio/gnuradio.mk

index 972f7a494e3ccef7f78643cdbdcbd53f029e5120..5cb00d24161b44e0d9c8fb1fddf4fc27bbf9c337 100644 (file)
@@ -36,7 +36,7 @@ GNURADIO_INSTALL_STAGING = YES
 # CFLAGS to decide whether to build the NEON functions or not, and
 # wants to see the string 'armv7' in the CFLAGS.
 ifeq ($(BR2_ARM_CPU_ARMV7A)$(BR2_ARM_CPU_HAS_NEON),yy)
-GNURADIO_CONF_OPTS += -DCMAKE_C_FLAGS="-march=armv7-a"
+GNURADIO_CONF_OPTS += -DCMAKE_C_FLAGS="$(TARGET_CFLAGS) -march=armv7-a"
 endif
 
 # As soon as -mfpu=neon is supported by the compiler, gnuradio will try