mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[x86] alix2, geos: Adjust CFLAGS
Clone of CFLAGS change from r30013 into Geos and Alix platforms. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -23,8 +23,8 @@ DEFAULT_PACKAGES += \
|
|||||||
|
|
||||||
CS5535_MASK:=0x0b000042
|
CS5535_MASK:=0x0b000042
|
||||||
|
|
||||||
CFLAGS += -Os -pipe -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps \
|
CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \
|
||||||
-fno-align-labels
|
-fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for PCEngines alix2 board
|
Build firmware images for PCEngines alix2 board
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ DEFAULT_PACKAGES += \
|
|||||||
|
|
||||||
CS5535_MASK:=0x0E000048
|
CS5535_MASK:=0x0E000048
|
||||||
|
|
||||||
CFLAGS += -Os -pipe -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps \
|
CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \
|
||||||
-fno-align-labels
|
-fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Traverse Geos board
|
Build firmware images for Traverse Geos board
|
||||||
|
|||||||
Reference in New Issue
Block a user