mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2026-09-11 19:59:18 +00:00
Original patches for tracking purposes.
This commit is contained in:
+1
-3
@@ -9,10 +9,8 @@ readonly GCC_CPP_PATCH="gcc-g++-${GCC_VER}-amiga.diff.gz"
|
||||
|
||||
readonly BINUTILS="binutils-2.9.1"
|
||||
readonly BINUTILS_SRC="${BINUTILS}.tar.gz"
|
||||
readonly BINUTILS_PATCH="${BINUTILS}-amiga.diff.gz"
|
||||
|
||||
readonly IXEMUL_VER="48.2"
|
||||
readonly IXEMUL="ixemul-${IXEMUL_VER}"
|
||||
readonly IXEMUL="ixemul-48.2"
|
||||
readonly IXEMUL_SRC="${IXEMUL}.lha"
|
||||
|
||||
readonly LIBNIX="libnix-2.1"
|
||||
|
||||
+2
-3
@@ -38,15 +38,14 @@ function unpack_sources {
|
||||
rm -rf "${BINUTILS}"
|
||||
tar -xzf "${ARCHIVES}/${BINUTILS_SRC}"
|
||||
pushd "${BINUTILS}"
|
||||
zcat "${PATCHES}/${BINUTILS_PATCH}" | patch -p1
|
||||
patch -p1 < "${PATCHES}/${BINUTILS}/patch"
|
||||
popd
|
||||
|
||||
rm -rf "${GCC}"
|
||||
tar -xzf "${ARCHIVES}/${GCC_CORE_SRC}"
|
||||
tar -xzf "${ARCHIVES}/${GCC_CPP_SRC}"
|
||||
pushd "${GCC}"
|
||||
zcat "${PATCHES}/${GCC_CORE_PATCH}" | patch -p1
|
||||
zcat "${PATCHES}/${GCC_CPP_PATCH}" | patch -p1
|
||||
patch -p1 < "${PATCHES}/${GCC}/patch"
|
||||
popd
|
||||
|
||||
rm -rf "${FD2INLINE}"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user