summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-06 10:56:26 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-07 21:23:13 +0100
commit8f8e71ee6e8b24d1854c91b993b61c19711f8a2b (patch)
treee38902c68831ee22f67ffbc0faa6963069ce80b0
parent6c2866724658af43c43db7ed15da8d47d40f745a (diff)
downloadbuildroot-8f8e71ee6e8b24d1854c91b993b61c19711f8a2b.tar.gz
buildroot-8f8e71ee6e8b24d1854c91b993b61c19711f8a2b.zip
fconfig: remove redundant CFLAGS/LDFLAGS
CFLAGS and LDFLAGS are already passed as part of $(TARGET_CONFIGURE_OPTS). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--package/fconfig/fconfig.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index 7f7faad05c..509fc2c77d 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -12,9 +12,7 @@ FCONFIG_LICENSE = GPLv2+
FCONFIG_LICENSE_FILES = fconfig.c
define FCONFIG_BUILD_CMDS
- $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)"
+ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define FCONFIG_INSTALL_TARGET_CMDS
OpenPOWER on IntegriCloud