mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-10 17:56:38 +01:00
Fixed general binutils case for building a new 64 bit target.
This commit is contained in:
2
build.sh
2
build.sh
@@ -52,7 +52,7 @@ tar -xf newlib-${NEWLIB_VER}.tar.gz
|
||||
|
||||
echo "PATCH BINUTILS"
|
||||
patch -p0 -d binutils-${BINUTILS_VER} < ../binutils.patch || exit
|
||||
cp -r ../binutils-files/* binutils-${BINUTILS_VER}/.
|
||||
cp ../binutils-files/ld/emulparams/os_x86_64.sh binutils-${BINUTILS_VER}/ld/emulparams/.
|
||||
|
||||
echo "PATCH GCC"
|
||||
patch -p0 -d gcc-${GCC_VER} < ../gcc.patch || exit
|
||||
|
||||
Reference in New Issue
Block a user