Added fix for issue #48 reported by AwlsomeAlex. All optimization

flags are preserved and the produced glibc is fully functional.
This commit is contained in:
Ivan Davidov 2017-01-09 23:56:40 +02:00
parent c862281e47
commit 3f1aecd5f1

View File

@ -50,7 +50,7 @@ $GLIBC_SRC/configure \
--without-gd \ --without-gd \
--without-selinux \ --without-selinux \
--disable-werror \ --disable-werror \
CFLAGS="-Os -s -fno-stack-protector -U_FORTIFY_SOURCE" CFLAGS="-Os -s -fno-stack-protector -U_FORTIFY_SOURCE -fomit-frame-pointer"
# Compile glibc with optimization for "parallel jobs" = "number of processors". # Compile glibc with optimization for "parallel jobs" = "number of processors".
echo "Building glibc..." echo "Building glibc..."