]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/config.mk
ppc: remove -ffixed-r14 gcc option.
[people/ms/u-boot.git] / cpu / ppc4xx / config.mk
index 979004b7dbf43a4179ba12513dfec501725cfca4..c1de1e97e6c420dfdac36d1d660d5b2c50dae2c3 100644 (file)
@@ -21,7 +21,7 @@
 # MA 02111-1307 USA
 #
 
-PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
+PLATFORM_RELFLAGS += -fPIC -meabi
 PLATFORM_CPPFLAGS += -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float
 
 cfg=$(shell grep configs $(OBJTREE)/include/config.h | sed 's/.*<\(configs.*\)>/\1/')