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.
This commit is contained in:
John David Anglin 2021-08-19 15:39:18 +00:00
parent c5e0f954ae
commit 07b4100683

View File

@ -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