[lfs] 02/02: mips64el: gcc-pass1: Unset NAN_SWITCH after using it
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/mips64el in repository lfs. commit bf1a7ad51210d97e586f5de939e1fe6cd9dd75dc Author: Xi Ruoyao <[email protected]> AuthorDate: Fri Feb 21 04:55:51 2025 +0800 mips64el: gcc-pass1: Unset NAN_SWITCH after using it --- chapter05/gcc-pass1.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index affb97a1d..b47e822dc 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -122,7 +122,9 @@ fi</userinput></screen> --disable-libvtv \ --disable-libstdcxx \ --enable-languages=c,c++ \ - $NAN_SWITCH</userinput></screen> + $NAN_SWITCH + +unset NAN_SWITCH</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page