summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:37:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:37:52 +0200
commitb8725ffe1db57499eff887a8f10b726dc8946a03 (patch)
treee13b01d0d3eab0469e1b419ba7ae675557a95bca /arch
parentbca64df5016ce0cb6c69b8f55ae286916cb848b2 (diff)
downloadbarebox-b8725ffe1db57499eff887a8f10b726dc8946a03.tar.gz
barebox-b8725ffe1db57499eff887a8f10b726dc8946a03.tar.xz
[kbuild] move -ffreestanding from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch')
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 6b25d02cc8..efc749912b 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -ffreestanding -nostdinc -Wall \
+CPPFLAGS += -nostdinc -Wall \
-pipe -D __ARM__ -fno-strict-aliasing
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
index 7f42a1d54c..bf0716329c 100644
--- a/arch/blackfin/Makefile
+++ b/arch/blackfin/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -ffreestanding -nostdinc -Wall \
+CPPFLAGS += -nostdinc -Wall \
-pipe -fno-strict-aliasing
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index 463bf7e174..8429fc02ce 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 += -ffreestanding -nostdinc -Wall \
+CPPFLAGS += -nostdinc -Wall \
-isystem $(gccincdir) -pipe -D __M68K__ \
-fno-strict-aliasing
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 18df409446..09553d8372 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -ffreestanding -nostdinc -Wall -ffixed-r14 \
+CPPFLAGS += -nostdinc -Wall -ffixed-r14 \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 5dfba59e81..79d040ea8b 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -ffreestanding -nostdinc -Wall \
+CPPFLAGS += -nostdinc -Wall \
-pipe -fno-strict-aliasing
machine-y := sandbox