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:
parent
c5e0f954ae
commit
07b4100683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user