From 6a2ae067fc577754bda60f5b4c2878bf9b0ae26c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 6 Mar 2017 22:25:03 +0100 Subject: move architecture-specific compiler flags Architecture-specific compiler flags are now located in arch/*/config.mk instead of the main config.mk. --- config.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index a1c6379..42505e4 100644 --- a/config.mk +++ b/config.mk @@ -8,9 +8,7 @@ LD ?= $(CROSS_COMPILER)ld RM ?= rm -f CP ?= cp -v -CFLAGS += -m32 -nostdlib -fno-builtin -fno-leading-underscore -MMD -MP -Iinclude -ASFLAGS += --32 -LDFLAGS += -melf_i386 +CFLAGS += -nostdlib -fno-builtin -fno-leading-underscore -MMD -MP -Iinclude QEMU ?= qemu-system-$(ARCH) -- cgit v1.2.1