Changeset adbf61f
- Timestamp:
- 06/24/2019 08:51:55 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0f1cd72e
- Parents:
- 527f3db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r527f3db radbf61f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 2nd, &year;">9 <!ENTITY releasedate "June 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc.xml
r527f3db radbf61f 188 188 esac 189 189 190 mkdir build &&191 cd build &&192 193 ../configure \194 --prefix=/usr \195 --disable-multilib \196 --disable-libmpx \197 --with-system-zlib \198 --enable-languages=c,c++, fortran,go,objc,obj-c++ &&190 mkdir build && 191 cd build && 192 193 ../configure \ 194 --prefix=/usr \ 195 --disable-multilib \ 196 --disable-libmpx \ 197 --with-system-zlib \ 198 --enable-languages=c,c++,d,fortran,go,objc,obj-c++ && 199 199 make</userinput></screen> 200 200 … … 275 275 276 276 <para> 277 <parameter>--enable-languages=c,c++, fortran,go,objc,obj-c++</parameter>:277 <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>: 278 278 This command identifies which languages to build. You may modify 279 279 this command to remove undesired languages. Two other languages can be … … 349 349 <seglistitem> 350 350 <seg> 351 gccgo, go, gofmt, and gfortran, hard-linked to architecture specific352 names351 gccgo, go, gofmt, gdc and gfortran, hard-linked to architecture 352 specific names 353 353 </seg> 354 354 <seg> 355 355 libgfortran.{so,a}, 356 libgdruntime.{so,a}, libgphobos.{so,a} 356 357 libgo.{so,a}, libgobegin.a, libgolibbegin.a, 357 358 libobjc.{so,a}, and numerous other run-time libraries and executables … … 405 406 </varlistentry> 406 407 408 <varlistentry id="gdc"> 409 <term><command>gdc</command></term> 410 <listitem> 411 <para> 412 is a GCC-based compiler for the <application>D</application> 413 language. 414 </para> 415 <indexterm zone="gcc gdc"> 416 <primary sortas="b-gdc">gdc</primary> 417 </indexterm> 418 </listitem> 419 </varlistentry> 420 407 421 <varlistentry id="gfortran"> 408 422 <term><command>gfortran</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.