• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision67be51b1d346215616ea51115b11874040f7fdb9 (tree)
Zeit2024-11-27 17:37:54
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

Update.

Ändern Zusammenfassung

Diff

--- a/BLFS/gcc.sh
+++ b/BLFS/gcc.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=gcc
6-VER=13.1.0
6+VER=14.2.0
77 TARGET=$APPNAME-$VER
88 LFSDLD=/mnt/lfs/download/LFS
99 TARGETBALL=$LFSDLD/$TARGET.tar.xz
@@ -41,10 +41,13 @@ Configuring
4141 --with-system-zlib \
4242 --enable-default-pie \
4343 --enable-default-ssp \
44+ --enable-host-pie \
4445 --disable-fixincludes \
45- --enable-languages=c,c++,fortran,go,objc,obj-c++,m2 \
46+ --enable-languages=c,c++,fortran \
4647 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
4748
49+# --enable-languages=c,c++,fortran,go,objc,obj-c++,m2
50+
4851 Making
4952 make -j1 \
5053 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1