devkitPPC: update newlib to 4.3.0

This commit is contained in:
Dave Murphy 2023-03-18 22:42:58 +00:00
parent 9df0987259
commit 7b03d726b6
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
4 changed files with 10232 additions and 8255 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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 \

View File

@ -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