mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: unify x86 target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38212 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -214,6 +214,7 @@ ifeq ($(DUMP),1)
|
||||
ifeq ($(ARCH),i386)
|
||||
CPU_TYPE ?= i486
|
||||
CPU_CFLAGS_i486 = -march=i486
|
||||
CPU_CFLAGS_geode = -march=geode -mmmx -m3dnow
|
||||
endif
|
||||
ifneq ($(findstring arm,$(ARCH)),)
|
||||
CPU_TYPE ?= xscale
|
||||
|
||||
Reference in New Issue
Block a user