[lfs] 04/05: loongarch spec2026: gcc: add fortran to --enable-languages
| 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/loongarch-12.0-spec2026 in repository lfs. commit 20773ffb79e91509a74c5de88b2126d91b0853ea Author: Xi Ruoyao <[email protected]> AuthorDate: Sat May 2 23:22:39 2026 +0800 loongarch spec2026: gcc: add fortran to --enable-languages It's not needed for building SPEC 2026 tools, but needed for a trial run. Enable it anyway as nothing is preventing us from doing so. --- chapter08/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 167495a50..33da4f536 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -68,7 +68,7 @@ cd build</userinput></screen> <screen><userinput remap="configure">../configure --prefix=/usr \ LD=ld \ - --enable-languages=c,c++ \ + --enable-languages=c,c++,fortran \ --enable-default-pie \ --enable-default-ssp \ --disable-multilib \ -- 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