diff options
Diffstat (limited to 'package/kexec')
-rw-r--r-- | package/kexec/kexec.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk index 9bc0c55a6..f9582a5df 100644 --- a/package/kexec/kexec.mk +++ b/package/kexec/kexec.mk @@ -42,7 +42,7 @@ endif $(KEXEC_DIR)/.configured: $(KEXEC_DIR)/.unpacked (cd $(KEXEC_DIR); rm -rf config.cache; \ - $(TARGET_CONFIGURE_OPTS) CC_FOR_BUILD="$(HOSTCC)" \ + $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ ./configure \ --host=$(GNU_TARGET_NAME) \ |