diff options
Diffstat (limited to 'gcc/ada/prj.adb')
-rw-r--r-- | gcc/ada/prj.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj.adb b/gcc/ada/prj.adb index 5552343..747e7f8 100644 --- a/gcc/ada/prj.adb +++ b/gcc/ada/prj.adb @@ -93,12 +93,12 @@ package body Prj is Library_Name => No_Name, Library_Kind => Static, Lib_Internal_Name => No_Name, - Lib_Elaboration => False, Standalone_Library => False, Lib_Interface_ALIs => Nil_String, Lib_Auto_Init => False, Symbol_Data => No_Symbols, - Sources_Present => True, + Ada_Sources_Present => True, + Other_Sources_Present => True, Sources => Nil_String, First_Other_Source => No_Other_Source, Last_Other_Source => No_Other_Source, |