mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 18:47:37 +08:00
re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code))
PR ada/9953 * ada/Makefile.in (gnatlib configuration for HPUX): Split the general section for HPUX into specific sections for HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX 11 case. From-SVN: r64932
This commit is contained in:
parent
e57feaea9f
commit
940bbb7441
@ -1,3 +1,11 @@
|
|||||||
|
2003-03-27 Olivier Hainque <hainque@act-europe.fr>
|
||||||
|
|
||||||
|
PR ada/9953
|
||||||
|
* ada/Makefile.in (gnatlib configuration for HPUX): Split
|
||||||
|
the general section for HPUX into specific sections for
|
||||||
|
HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
|
||||||
|
11 case.
|
||||||
|
|
||||||
2003-03-27 Glen Nakamura <glen@imodulo.com>
|
2003-03-27 Glen Nakamura <glen@imodulo.com>
|
||||||
|
|
||||||
PR opt/10087
|
PR opt/10087
|
||||||
|
@ -750,7 +750,25 @@ ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
|
|||||||
LIBRARY_VERSION := $(strip $(shell grep Library_Version $(fsrcpfx)gnatvsn.ads | sed -e 's/.*GNAT Lib v\(.*\)[ "].*/\1/'))
|
LIBRARY_VERSION := $(strip $(shell grep Library_Version $(fsrcpfx)gnatvsn.ads | sed -e 's/.*GNAT Lib v\(.*\)[ "].*/\1/'))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(filter-out hppa% hp hpux%,$(targ))),)
|
ifeq ($(strip $(filter-out hppa% hp hpux10%,$(targ))),)
|
||||||
|
LIBGNAT_TARGET_PAIRS = \
|
||||||
|
a-excpol.adb<4wexcpol.adb \
|
||||||
|
a-intnam.ads<4hintnam.ads \
|
||||||
|
s-inmaop.adb<7sinmaop.adb \
|
||||||
|
s-interr.adb<5ginterr.adb \
|
||||||
|
s-intman.adb<7sintman.adb \
|
||||||
|
s-osinte.adb<5hosinte.adb \
|
||||||
|
s-osinte.ads<5hosinte.ads \
|
||||||
|
s-parame.ads<5hparame.ads \
|
||||||
|
s-osprim.adb<7sosprim.adb \
|
||||||
|
s-taprop.adb<5htaprop.adb \
|
||||||
|
s-taspri.ads<5htaspri.ads \
|
||||||
|
s-tpopsp.adb<7stpopsp.adb \
|
||||||
|
g-soccon.ads<3hsoccon.ads \
|
||||||
|
system.ads<5hsystem.ads
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(strip $(filter-out hppa% hp hpux11%,$(targ))),)
|
||||||
LIBGNAT_TARGET_PAIRS = \
|
LIBGNAT_TARGET_PAIRS = \
|
||||||
a-intnam.ads<4hintnam.ads \
|
a-intnam.ads<4hintnam.ads \
|
||||||
s-inmaop.adb<7sinmaop.adb \
|
s-inmaop.adb<7sinmaop.adb \
|
||||||
@ -766,7 +784,7 @@ ifeq ($(strip $(filter-out hppa% hp hpux%,$(targ))),)
|
|||||||
g-soccon.ads<3hsoccon.ads \
|
g-soccon.ads<3hsoccon.ads \
|
||||||
system.ads<5hsystem.ads
|
system.ads<5hsystem.ads
|
||||||
|
|
||||||
TGT_LIB = /usr/lib/libcl.a -lpthread
|
TGT_LIB = /usr/lib/libcl.a
|
||||||
THREADSLIB = -lpthread -lc_r
|
THREADSLIB = -lpthread -lc_r
|
||||||
SYMLIB = -laddr2line -lbfd $(INTLLIBS)
|
SYMLIB = -laddr2line -lbfd $(INTLLIBS)
|
||||||
soext = .sl
|
soext = .sl
|
||||||
@ -789,6 +807,7 @@ ifeq ($(strip $(filter-out hppa% hp hpux%,$(targ))),)
|
|||||||
g-soccon.ads<3hsoccon.ads \
|
g-soccon.ads<3hsoccon.ads \
|
||||||
system.ads<5hsystem.ads
|
system.ads<5hsystem.ads
|
||||||
|
|
||||||
|
TGT_LIB =
|
||||||
THREADSLIB = -lcma
|
THREADSLIB = -lcma
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user