9
0
Fork 0

[kbuild] move -pipe from architecture Makefiles to toplevel

Makefile
This commit is contained in:
Sascha Hauer 2008-06-03 12:54:37 +02:00
parent 39a78d9951
commit 36ffd6f18a
6 changed files with 6 additions and 6 deletions

View File

@ -309,7 +309,7 @@ CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE) -fno-builtin -ffree
-nostdinc
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common -Os
-fno-strict-aliasing -fno-common -Os -pipe
AFLAGS := -D__ASSEMBLY__
# Read KERNELRELEASE from include/config/kernel.release (if it exists)

View File

@ -1,5 +1,5 @@
CPPFLAGS += -pipe -D __ARM__ -fno-strict-aliasing
CPPFLAGS += -D __ARM__ -fno-strict-aliasing
machine-$(CONFIG_ARCH_IMX) := imx

View File

@ -1,5 +1,5 @@
CPPFLAGS += -pipe -fno-strict-aliasing
CPPFLAGS += -fno-strict-aliasing
board-$(CONFIG_MACH_IPE337) := ipe337

View File

@ -18,7 +18,7 @@
# along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
#
CPPFLAGS += -isystem $(gccincdir) -pipe -D __M68K__ \
CPPFLAGS += -isystem $(gccincdir) -D __M68K__ \
-fno-strict-aliasing

View File

@ -1,6 +1,6 @@
CPPFLAGS += -ffixed-r14 \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
ifdef CONFIG_RELOCATABLE

View File

@ -1,5 +1,5 @@
CPPFLAGS += -pipe -fno-strict-aliasing
CPPFLAGS += -fno-strict-aliasing
machine-y := sandbox