X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Farm_intcm%2Fconfig.mk;h=e783f697a10f2337e825ba65cf9357f8d9a623ba;hb=0e1ac981194aa0d92eff0934442cec48a4f57834;hp=6190e16cbde88ddeb179f08e79434ae33733315e;hpb=cb5473205206c7f14cbb1e747f28ec75b48826e2;p=oweals%2Fu-boot.git diff --git a/cpu/arm_intcm/config.mk b/cpu/arm_intcm/config.mk index 6190e16cbd..e783f697a1 100644 --- a/cpu/arm_intcm/config.mk +++ b/cpu/arm_intcm/config.mk @@ -1,6 +1,6 @@ # # (C) Copyright 2002 -# Gary Jennejohn, DENX Software Engineering, +# Gary Jennejohn, DENX Software Engineering, # # See file CREDITS for list of people who contributed to this # project. @@ -21,8 +21,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -msoft-float +PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float PLATFORM_CPPFLAGS += -march=armv4 # ========================================================================= @@ -30,6 +29,4 @@ PLATFORM_CPPFLAGS += -march=armv4 # 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,))