From 95444b27abfb723db6c66c08dc6c12c7e1128e2e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Sep 2017 12:24:34 +0200 Subject: remove -fhonour-copts usage This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. --- package/grub/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package/grub') diff --git a/package/grub/Makefile b/package/grub/Makefile index 9d0d2d0ef..ab36d217e 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -115,7 +115,6 @@ ifeq ($(ADK_PACKAGE_GRUB_EFI_X86)$(ADK_PACKAGE_GRUB_EFI_X86_64),y) CONFIGURE_ARGS+= --with-bootdir=/boot/EFI/boot \ --with-grubdir=/ endif -XAKE_FLAGS+= GCC_HONOUR_COPTS=s grub-install: $(INSTALL_DIR) $(FW_DIR)/$(GRUB_DIR) -- cgit v1.2.3