File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -335,9 +335,12 @@ SET(FTN_SUPPORT
335335 descIntrins.c
336336 descFioUtil.c
337337 descRW.c
338+ ieee_arithmetic.F95
339+ ieee_exceptions.F95
338340 ieee_features.F95
339341 initpar.c
340342 inquire.c
343+ iso_c_bind.F95
341344 iso_fortran_env.f90
342345 ldread.c
343346 ldwrite.c
@@ -573,12 +576,14 @@ target_include_directories(flang_shared
573576add_dependencies (flang_static
574577 flang1
575578 flang2
579+ ieee_arithmetic
576580 )
577581
578582# Make sure the compiler is built before we bootstrap
579583add_dependencies (flang_shared
580584 flang1
581585 flang2
586+ ieee_arithmetic
582587 )
583588
584589add_dependencies (iso_c_bind
@@ -590,9 +595,6 @@ add_dependencies(ieee_arithmetic
590595 iso_c_bind
591596)
592597
593- target_link_libraries (flang_static iso_c_bind ieee_arithmetic)
594- target_link_libraries (flang_shared iso_c_bind ieee_arithmetic)
595-
596598if (NOT MSVC )
597599 target_compile_options (flang_static PRIVATE -fPIC)
598600 target_compile_options (flang_shared PRIVATE -fPIC)
You can’t perform that action at this time.
0 commit comments