Explorar o código

Fixed cross-compiler

Min %!s(int64=8) %!d(string=hai) anos
pai
achega
b88b3faad5
Modificáronse 2 ficheiros con 3 adicións e 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