public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6732] [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32
@ 2022-01-19 12:40 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2022-01-19 12:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9d6c63ba490ec92245f04b5cbafc56abd28e8d22

commit r12-6732-g9d6c63ba490ec92245f04b5cbafc56abd28e8d22
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jan 18 08:57:37 2022 -0800

    [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32
    
            PR ada/103538
            * Makefile.rtl (LIBGNAT_TARGET_PAIRS): Add
            $(TRASYM_DWARF_UNIX_PAIRS),
            s-tsmona.adb<libgnat/s-tsmona__linux.adb,
            $(GNATRTL_128BIT_PAIRS).
            (EXTRA_GNATRTL_NONTASKING_OBJS): Add $(TRASYM_DWARF_UNIX_OBJS)
            and $(GNATRTL_128BIT_OBJS).

Diff:
---
 gcc/ada/Makefile.rtl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 1b066ad6b14..6d60aea75a8 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -2650,13 +2650,18 @@ ifeq ($(strip $(filter-out %x32 linux%,$(target_cpu) $(target_os))),)
   s-tasinf.adb<libgnarl/s-tasinf__linux.adb \
   s-tpopsp.adb<libgnarl/s-tpopsp__tls.adb \
   s-taspri.ads<libgnarl/s-taspri__posix.ads \
+  $(TRASYM_DWARF_UNIX_PAIRS) \
+  s-tsmona.adb<libgnat/s-tsmona__linux.adb \
   $(ATOMICS_TARGET_PAIRS) \
   $(X86_64_TARGET_PAIRS) \
+  $(GNATRTL_128BIT_PAIRS) \
   system.ads<libgnat/system-linux-x86.ads
 
   TOOLS_TARGET_PAIRS = indepsw.adb<indepsw-gnu.adb
 
   EXTRA_GNATRTL_NONTASKING_OBJS=g-sse.o g-ssvety.o
+  EXTRA_GNATRTL_NONTASKING_OBJS+=$(TRASYM_DWARF_UNIX_OBJS)
+  EXTRA_GNATRTL_NONTASKING_OBJS+=$(GNATRTL_128BIT_OBJS)
   EXTRA_GNATRTL_TASKING_OBJS=s-linux.o a-exetim.o
   EH_MECHANISM=-gcc
   THREADSLIB=-lpthread -lrt


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-19 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 12:40 [gcc r12-6732] [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).