gcc: Remove brig from "other languages"

The support for brig had been removed in GCC 12.
This commit is contained in:
Xi Ruoyao 2023-05-02 23:01:45 +08:00
parent 64e462a702
commit 11e8c12c44
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -302,10 +302,8 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /us
<parameter>--enable-languages=c,c++,fortran,go,objc,obj-c++,m2</parameter>:
This command identifies which languages to build. You may modify
this command to remove undesired languages. Other languages can be
added, including Ada, D, BRIG (add
<parameter>brig</parameter> to the list of enabled languages), a binary
format for HSAIL (Heterogeneous System Architecture Intermediate
Language), and JIT (add <parameter>jit</parameter> to the list of enabled
added, including Ada, D,
and JIT (add <parameter>jit</parameter> to the list of enabled
languages), a library which can be linked into interpreters that want to
generate machine code <quote>on the fly</quote> at run-time. They have not
been tested by the BLFS developers.