Skip to content

Commit 6b8ddc8

Browse files
committed
arm-none-eabi-newlib: remove workaround from gcc
Lower imagebase is no longer needed after msys2#7052. Not bumping pkgrel because the built gcc is not packaged.
1 parent 51bf5f8 commit 6b8ddc8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

mingw-w64-arm-none-eabi-newlib/PKGBUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ _build_gcc() {
4848
cp -a ${MINGW_PREFIX}/${_target} ${srcdir}/gcc-${_gccver}/gcc-install-${MINGW_CHOST}
4949

5050
local _GCC_LDFLAGS="${LDFLAGS} -Wl,--disable-dynamicbase"
51-
if [ "${CARCH}" = 'x86_64' ]; then
52-
_GCC_LDFLAGS+=",--image-base=0x400000"
53-
fi
5451
../configure \
5552
--build=${MINGW_CHOST} \
5653
--host=${MINGW_CHOST} \

0 commit comments

Comments
 (0)