summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:36:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:36:35 +0200
commitbca64df5016ce0cb6c69b8f55ae286916cb848b2 (patch)
tree0b715b0938c8ff3e1b3fcecf02b34d217dbedeee /arch/m68k
parent7681d868badf6f5775256ded3d2ec8593221a5c9 (diff)
downloadbarebox-bca64df5016ce0cb6c69b8f55ae286916cb848b2.tar.gz
barebox-bca64df5016ce0cb6c69b8f55ae286916cb848b2.tar.xz
[kbuild] move -fno-builtin from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index f568a8b26c..463bf7e174 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 += -fno-builtin -ffreestanding -nostdinc -Wall \
+CPPFLAGS += -ffreestanding -nostdinc -Wall \
-isystem $(gccincdir) -pipe -D __M68K__ \
-fno-strict-aliasing