forked from immortalwrt/immortalwrt
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: unify target independent optimization options
Signed-off-by: Felix Fietkau <[email protected]> SVN-Revision: 37600
- Loading branch information
Felix Fietkau
committed
Jul 29, 2013
1 parent
80dd552
commit 73c4d73
Showing
33 changed files
with
51 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ BOARD:=at91 | |
MAINTAINER:=Claudio Mignanti <[email protected]> | ||
BOARDNAME:=Atmel AT91 | ||
FEATURES:=squashfs targz ext2 usb | ||
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s | ||
|
||
LINUX_VERSION:=3.8.13 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=cns3xxx | ||
BOARDNAME:=Cavium Networks Econa CNS3xxx | ||
FEATURES:=squashfs fpu gpio pcie usb usbgadget | ||
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.8.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=mipsel | |
BOARD:=cobalt | ||
BOARDNAME:=Cobalt Microservers | ||
FEATURES:=targz pci ext4 display | ||
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves | ||
CFLAGS:=-O2 -pipe -mtune=r5000 | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
LINUX_VERSION:=3.3.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=ep93xx | ||
BOARDNAME:=Cirrus Logic EP93xx | ||
FEATURES:=squashfs ext4 targz usb display sound | ||
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv4t | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
LINUX_VERSION:=3.8.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=gemini | ||
BOARDNAME:=Cortina Systems CS351x | ||
FEATURES:=squashfs pci | ||
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.9.11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=imx23 | ||
BOARDNAME:=Freescale i.MX23 series | ||
FEATURES:=ext4 rtc usb gpio | ||
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s | ||
MAINTAINER:=Zoltan HERPAI <[email protected]> | ||
LINUX_VERSION:=3.10.3 | ||
KERNELNAME:="zImage dtbs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=mcs814x | ||
BOARDNAME:=Moschip MCS814x | ||
FEATURES:=usb squashfs | ||
CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves | ||
CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
LINUX_VERSION:=3.3.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
ARCH:=powerpc | ||
BOARD:=mpc83xx | ||
BOARDNAME:=Freescale MPC83xx | ||
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e | ||
CFLAGS:=-Os -pipe -mcpu=603e | ||
FEATURES:=squashfs targz | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
ARCH:=powerpc | ||
BOARD:=mpc85xx | ||
BOARDNAME:=Freescale MPC85xx | ||
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 | ||
CFLAGS:=-Os -pipe -mcpu=8540 | ||
FEATURES:=spe_fpu squashfs | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
SUBTARGETS=generic p1020 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=orion | ||
BOARDNAME:=Marvell Orion | ||
SUBTARGETS:=generic harddisk | ||
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves | ||
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.3.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=powerpc | |
BOARD:=ppc40x | ||
BOARDNAME:=AMCC/IBM PPC40x | ||
FEATURES:=squashfs | ||
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 | ||
CFLAGS:=-Os -pipe -mcpu=405 | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.8.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=powerpc | |
BOARD:=ppc44x | ||
BOARDNAME:=AMCC/IBM PPC44x | ||
FEATURES:=squashfs broken | ||
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 | ||
CFLAGS:=-Os -pipe -mcpu=440 | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.8.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=arm | |
BOARD:=realview | ||
BOARDNAME:=ARM Ltd. Realview board (qemu) | ||
FEATURES:=fpu ramdisk | ||
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
LINUX_VERSION:=3.10.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=mips | |
BOARD:=sibyte | ||
BOARDNAME:=Broadcom/SiByte SB-1 | ||
FEATURES:=fpu ramdisk broken | ||
CFLAGS:=-Os -pipe -march=sb1 -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=sb1 | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
|
||
LINUX_VERSION:=3.3.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
BOARDNAME:=RDC R-321x | ||
FEATURES:=squashfs pci usb gpio pcmcia | ||
CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves | ||
CFLAGS:=-Os -pipe -march=i486 -mtune=i486 | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \ | ||
|