comparison gcc/config/ia64/t-hpux @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
48 # We do not want to include the EH stuff that linux uses, we want to use 48 # We do not want to include the EH stuff that linux uses, we want to use
49 # the HP-UX libunwind library. 49 # the HP-UX libunwind library.
50 50
51 T_CFLAGS += -DUSE_LIBUNWIND_EXCEPTIONS 51 T_CFLAGS += -DUSE_LIBUNWIND_EXCEPTIONS
52 52
53 LIB2ADDEH = 53 LIB2ADDEH = $(srcdir)/unwind-c.c
54 54
55 SHLIB_EXT = .so 55 SHLIB_EXT = .so
56 # Must include -lunwind in the link, so that libgcc_s.so has the necessary 56 # Must include -lunwind in the link, so that libgcc_s.so has the necessary
57 # DT_NEEDED entry for libunwind. 57 # DT_NEEDED entry for libunwind.
58 SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \ 58 SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \