public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3028] Define STAGE1_LIBS to link against libcl.a in stage1 on hpux.
@ 2021-08-19 15:40 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2021-08-19 15:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:07b4100683e55023a78576cb8c75d8e40e41f44f

commit r12-3028-g07b4100683e55023a78576cb8c75d8e40e41f44f
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Thu Aug 19 15:39:18 2021 +0000

    Define STAGE1_LIBS to link against libcl.a in stage1 on hpux.
    
    2021-08-19  Arnaud Charlet  <charlet@adacore.com>
    
            PR ada/101924
    gcc/ada/ChangeLog:
            * gcc-interface/Make-lang.in (STAGE1_LIBS): Define on hpux.

Diff:
---
 gcc/ada/gcc-interface/Make-lang.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/ada/gcc-interface/Make-lang.in b/gcc/ada/gcc-interface/Make-lang.in
index b68081ed065..765654fc36b 100644
--- a/gcc/ada/gcc-interface/Make-lang.in
+++ b/gcc/ada/gcc-interface/Make-lang.in
@@ -85,6 +85,10 @@ ifeq ($(strip $(filter-out linux%,$(host_os))),)
   STAGE1_LIBS=-ldl
 endif
 
+ifeq ($(strip $(filter-out hpux%,$(host_os))),)
+  STAGE1_LIBS=/usr/lib/libcl.a
+endif
+
 ifeq ($(STAGE1),True)
   ADA_INCLUDES=$(COMMON_ADA_INCLUDES)
   adalib=$(dir $(shell $(CC) -print-libgcc-file-name))adalib


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

only message in thread, other threads:[~2021-08-19 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 15:40 [gcc r12-3028] Define STAGE1_LIBS to link against libcl.a in stage1 on hpux John David Anglin

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).