mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-23 02:44:15 -05:00
devkitPPC: update newlib to 4.3.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
10228
dkppc/patches/newlib-4.3.0.20230120.patch
Normal file
10228
dkppc/patches/newlib-4.3.0.20230120.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -76,6 +76,8 @@ cd $BUILDDIR
|
||||
mkdir -p $target/gcc
|
||||
cd $target/gcc
|
||||
|
||||
export gcc_cv_libc_provides_ssp=yes
|
||||
|
||||
if [ ! -f configured-gcc ]
|
||||
then
|
||||
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
|
||||
@@ -136,7 +138,7 @@ unset CXX
|
||||
|
||||
if [ ! -f configured-newlib ]
|
||||
then
|
||||
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
|
||||
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections -DCUSTOM_MALLOC_LOCK" \
|
||||
../../newlib-$NEWLIB_VER/configure \
|
||||
--target=$target \
|
||||
--prefix=$prefix \
|
||||
|
||||
@@ -42,7 +42,7 @@ case "$VERSION" in
|
||||
GCC_VER=12.2.0
|
||||
BINUTILS_VER=2.40
|
||||
MN_BINUTILS_VER=2.24
|
||||
NEWLIB_VER=4.2.0.20211231
|
||||
NEWLIB_VER=4.3.0.20230120
|
||||
basedir='dkppc'
|
||||
package=devkitPPC
|
||||
target=powerpc-eabi
|
||||
|
||||
Reference in New Issue
Block a user