diff options
Diffstat (limited to 'cpu/mpc8xx/config.mk')
-rw-r--r-- | cpu/mpc8xx/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/mpc8xx/config.mk b/cpu/mpc8xx/config.mk index 45fd00c0cf..94c68db638 100644 --- a/cpu/mpc8xx/config.mk +++ b/cpu/mpc8xx/config.mk @@ -21,7 +21,6 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -mrelocatable -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_8xx -ffixed-r2 -ffixed-r29 -mstring -mcpu=860 -msoft-float -##PLATFORM_CPPFLAGS += -DCONFIG_8xx -ffixed-r2 -mstring -mcpu=860 -msoft-float |