gcc: enable fortran support
continuous-integration/drone Build is passing Details

Signed-off-by: PeroSar <perosar1111@gmail.com>
This commit is contained in:
PeroSar 2022-05-11 14:33:35 +05:30
parent 3c7f57bb28
commit 5d27e221b7
Signed by: PeroSar
GPG Key ID: 5C2D258445DA8B58
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ mkdir -vp build && cd "$_"
../configure --target="$TARGET" --prefix="$PREFIX" \
--enable-plugins --without-headers \
--with-gnu-as --with-gnu-ld \
--enable-languages=c,c++ --with-pkgversion='Emerald' \
--enable-languages=c,c++,fortran --with-pkgversion='Emerald' \
--enable-default-pie --enable-gnu-indirect-function \
--disable-libsanitizer --disable-nls \
--enable-threads=posix --enable-__cxa_atexit \