]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm1176/config.mk
ARM: compiler options cleanup - improve tool chain support
[people/ms/u-boot.git] / cpu / arm1176 / config.mk
index 5083594253c7c211c5783d798ac8f9c6b60b8dc3..a31c7b0f8979d1d0bffa292c3a38a7bbcf73a4e7 100644 (file)
@@ -1,6 +1,6 @@
 #
 # (C) Copyright 2002
-# Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
 #
 # See file CREDITS for list of people who contributed to this
 # project.
@@ -30,6 +30,4 @@ PLATFORM_CPPFLAGS += -march=armv5t
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
-PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))