diff --git a/Makefile b/Makefile index c516e882f..f175100d4 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6300d637e..c019a4a26 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -pipe -D __ARM__ -fno-strict-aliasing +CPPFLAGS += -D __ARM__ -fno-strict-aliasing machine-$(CONFIG_ARCH_IMX) := imx diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index fb8be7998..9aa9c497b 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -pipe -fno-strict-aliasing +CPPFLAGS += -fno-strict-aliasing board-$(CONFIG_MACH_IPE337) := ipe337 diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index e38f66beb..d30b335d1 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -18,7 +18,7 @@ # along with U-Boot V2. If not, see . # -CPPFLAGS += -isystem $(gccincdir) -pipe -D __M68K__ \ +CPPFLAGS += -isystem $(gccincdir) -D __M68K__ \ -fno-strict-aliasing diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 12bcdda17..26a8c77d6 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -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 diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index 97f31ed71..1f84caf6f 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -pipe -fno-strict-aliasing +CPPFLAGS += -fno-strict-aliasing machine-y := sandbox