remove useless CFLAGS_FOR_BUILD from configure flags in gcc
This commit is contained in:
parent
4a495cfbab
commit
46ab7db108
@ -303,7 +303,6 @@ stdenv.mkDerivation ({
|
|||||||
configureFlagsArray+=(
|
configureFlagsArray+=(
|
||||||
--with-sysroot="${stdenv.libc}"
|
--with-sysroot="${stdenv.libc}"
|
||||||
--with-native-system-header-dir=/include
|
--with-native-system-header-dir=/include
|
||||||
CFLAGS_FOR_BUILD=
|
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user