1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 12:56:27 +02:00

pkg(gcc-10.2.0): Adds Fortran support for GCC ()

This commit is contained in:
Victor Frazao 2021-04-27 19:02:17 -04:00 committed by GitHub
parent 959830c652
commit 65cbefa94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 1 deletions
packages/gcc/10.2.0

View file

@ -17,7 +17,7 @@ tar xzf gcc.tar.gz --strip-components=1
cd ../obj
# === autoconf based ===
../build/configure --prefix "$PREFIX" --enable-languages=c,c++,d --disable-multilib --disable-bootstrap
../build/configure --prefix "$PREFIX" --enable-languages=c,c++,d,fortran --disable-multilib --disable-bootstrap
make -j$(nproc)
make install -j$(nproc)