mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
mips64el: gcc-pass1: Unset NAN_SWITCH after using it
This commit is contained in:
parent
e5c36a3456
commit
bf1a7ad512
@ -122,7 +122,9 @@ fi</userinput></screen>
|
|||||||
--disable-libvtv \
|
--disable-libvtv \
|
||||||
--disable-libstdcxx \
|
--disable-libstdcxx \
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++ \
|
||||||
$NAN_SWITCH</userinput></screen>
|
$NAN_SWITCH
|
||||||
|
|
||||||
|
unset NAN_SWITCH</userinput></screen>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user