diff options
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/Makefile.rtl | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7c09238..efd9d2f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-07-13 Andreas Schwab <schwab@linux-m68k.org> + + * Makefile.rtl: Use g-sercom__linux.adb for all linuxes. + 2019-07-11 Piotr Trojanek <trojanek@adacore.com> * lib-writ.adb (Ensure_System_Dependency, diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 80ba46d..daee19a 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2460,7 +2460,6 @@ ifeq ($(strip $(filter-out riscv% linux%,$(target_cpu) $(target_os))),) s-tasinf.adb<libgnarl/s-tasinf__linux.adb \ s-taspri.ads<libgnarl/s-taspri__posix-noaltstack.ads \ s-tpopsp.adb<libgnarl/s-tpopsp__posix-foreign.adb \ - g-sercom.adb<libgnat/g-sercom__linux.adb \ system.ads<libgnat/system-linux-riscv.ads TOOLS_TARGET_PAIRS = indepsw.adb<indepsw-gnu.adb |