mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 23:12:48 +00:00
add fno-strict back
This commit is contained in:
parent
fd2e9490e6
commit
f7faedec9e
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ function BuildGlibc() {
|
|||
pushd build-$arch-linux
|
||||
|
||||
[[ "$BuildAltArch" = "yes" ]] && touch ".alt" || touch ".main"
|
||||
CC="$BuildCC" CXX="$BuildCXX" CFLAGS="$BuildFlags -Wno-error" LDFLAGS="%{ldflags} -fuse-ld=bfd" ../configure \
|
||||
CC="$BuildCC" CXX="$BuildCXX" CFLAGS="$BuildFlags -Wno-error -fno-strict-aliasing" LDFLAGS="%{ldflags} -fuse-ld=bfd" ../configure \
|
||||
$arch-%{_target_vendor}-%{_target_os}%{?_gnu} \
|
||||
--prefix=%{_prefix} \
|
||||
--libexecdir=%{_prefix}/libexec \
|
||||
|
|
Loading…
Add table
Reference in a new issue