This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r273212 - in /trunk/gcc/ada: ChangeLog Makefile...


On Jul 08 2019, pmderodat@gcc.gnu.org wrote:

> 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
>
> gcc/ada/
>
> 	* Makefile.rtl: Use g-sercom__linux.adb for all linuxes.

ln: failed to create symbolic link 'rts/g-sercom.adb': File exists
make[7]: *** [/daten/riscv64/gcc/gcc-20190713/gcc/ada/Makefile.rtl:2676: setup-rts] Error 1

Andreas.

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 80ba46dd104..daee19a4ba5 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
-- 
2.22.0

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]