summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
commit36ffd6f18af9644a951d7f89512d809fe91d9cdf (patch)
tree8c3bac1bb404737d9ce499f3cbc55e673761049e
parent39a78d995122d66f846a70f8a49441a28d1c5112 (diff)
downloadbarebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.gz
barebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.xz
[kbuild] move -pipe from architecture Makefiles to toplevel
Makefile
-rw-r--r--Makefile2
-rw-r--r--arch/arm/Makefile2
-rw-r--r--arch/blackfin/Makefile2
-rw-r--r--arch/m68k/Makefile2
-rw-r--r--arch/ppc/Makefile2
-rw-r--r--arch/sandbox/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c516e882f8..f175100d4e 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 6300d637e2..c019a4a26e 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 fb8be79989..9aa9c497b9 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 e38f66bebb..d30b335d1d 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -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
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 12bcdda177..26a8c77d6c 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 97f31ed710..1f84caf6fb 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