summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:39:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:39:45 +0200
commit847934bc960ba1588c87e283118318dfdd78d4c0 (patch)
treeb920bc3db045395baf792a27e31af3f874e4e37f /arch/m68k
parentb8725ffe1db57499eff887a8f10b726dc8946a03 (diff)
downloadbarebox-847934bc960ba1588c87e283118318dfdd78d4c0.tar.gz
barebox-847934bc960ba1588c87e283118318dfdd78d4c0.tar.xz
[kbuild] move -nostdinc from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index 8429fc02ce..9c36535c58 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -18,8 +18,7 @@
# along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
#
-CPPFLAGS += -nostdinc -Wall \
- -isystem $(gccincdir) -pipe -D __M68K__ \
+CPPFLAGS += -Wall -isystem $(gccincdir) -pipe -D __M68K__ \
-fno-strict-aliasing