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+=(
|
||||
--with-sysroot="${stdenv.libc}"
|
||||
--with-native-system-header-dir=/include
|
||||
CFLAGS_FOR_BUILD=
|
||||
)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue