Explorar el Código

Fixed cross-compiler

Min hace 8 años
padre
commit
b88b3faad5
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      README.md
  2. 1 1
      makepkg-arm.conf

+ 2 - 1
README.md

@@ -1,3 +1,4 @@
 # makepkg-arm
 
-Build armv7h packages on any machine with **arm-none-eabi-**.
+Build armv7h packages on any machine with **arm-linux-gnueabihf-gcc**.
+

+ 1 - 1
makepkg-arm.conf

@@ -8,7 +8,7 @@ CHOST="armv7l-unknown-linux-gnueabihf"
 
 export PATH='/usr/local/toolchain/arm-unknown-linux-gnueabi-prefixed/bin':${PATH}
 export ARCH='arm'
-export CROSS_COMPILE='arm-none-eabi-'
+export CROSS_COMPILE='arm-linux-gnueabihf-'
 
 #-- Compiler and Linker Flags
 # -march (or -mcpu) builds exclusively for an architecture