diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mpc85xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk index 1d0b192..6121074 100644 --- a/cpu/mpc85xx/config.mk +++ b/cpu/mpc85xx/config.mk @@ -23,4 +23,4 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string +PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string |