remove useless CFLAGS_FOR_BUILD from configure flags in gcc
This commit is contained in:
@@ -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=
|
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user