]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
openrisc: updating build tools naming convention
authorGuillaume REMBERT <guillaume.rembert@euryecetelecom.com>
Sun, 8 Nov 2015 14:37:15 +0000 (14:37 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 23:13:20 +0000 (18:13 -0500)
Dear u-boot community,

I just made a small change on the openrisc-generic platform
configuration to take in account the new naming convention (or1k instead
of or32, so the build process gets fine).

Could you take care to review and approve the following patch, please?

Kind regards,

arch/openrisc/config.mk
arch/openrisc/cpu/u-boot.lds

index cd95f24b1fbfb46a5ed9c8612614175d9dd9976e..bfdb71f0befabe70c2afc3963efac26100eb2f4a 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 ifeq ($(CROSS_COMPILE),)
-CROSS_COMPILE := or32-elf-
+CROSS_COMPILE := or1k-elf-
 endif
 
 # r10 used for global object pointer, already set in OR32 GCC but just to be
index d9bb7b7f877fe61f0cbb63f6c67f9a3eee50baab..854088b880a24507e835e008a1abe6a01d26fcf1 100644 (file)
@@ -1,5 +1,5 @@
 #include <config.h>
-OUTPUT_ARCH(or32)
+OUTPUT_ARCH(or1k)
 __DYNAMIC  =  0;
 
 MEMORY