This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Makerules: pass CFLAGS when building .S files, BZ #23273
On 06/11/2018 03:41 PM, Sergei Trofimovich wrote:
The below works on unmodified glibc as well:
$ ../glibc/configure \
--build=x86_64-pc-linux-gnu \
--host=armv7a-hardfloat-linux-gnueabi \
CC="armv7a-hardfloat-linux-gnueabi-gcc -march=armv7-a -mfpu=neon" \
CFLAGS="-pipe -O2" \
--prefix=/usr
Then please use that instead. It's what we do on other architectures, too.
Thanks,
Florian