Do not build libgfortran unless requested explicitly
authorSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2017 08:20:09 +0000 (11:20 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:06:59 +0000 (12:06 +0300)
commit15f23fa790a5c3396ce177981d8395152b679266
tree3897cbcecba0c71061d9aa62283364f4c909523a
parenteeed024f3e849c6dfa22c3730e889be90a301c37
Do not build libgfortran unless requested explicitly

        * gcc/fortran/config-lang.in : add conditional target_libs setup.

This option does not make sense in upstream GCC - Fortran frontend is useless
without runtime, but will work with qemu-accel in Tizen OBS environment.

Change-Id: Ie42fa3201a0bc022ef46ef53b51be896ad091943
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
gcc/fortran/config-lang.in