Commit a98f59be by Arnaud Charlet Committed by Arnaud Charlet

re PR ada/15568 (Shared libgnat fails to link on IRIX 6 with GNU ld)

	PR ada/15568

	* Makefile.in: Remove target specific SO_OPT on IRIX

From-SVN: r82752
parent 0b1d52f7
2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
PR ada/15568
* Makefile.in: Remove target specific SO_OPT on IRIX
2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
......
......@@ -926,7 +926,6 @@ ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
TOOLS_TARGET_PAIRS = mlib-tgt.adb<mlib-tgt-irix.adb
TGT_LIB = -lexc
MISCLIB = -lexc
SO_OPTS = -Wl,-all,-set_version,sgi1.0,-update_registry,../so_locations,-soname,
PREFIX_OBJS = $(PREFIX_REAL_OBJS)
LIBRARY_VERSION := $(LIB_VERSION)
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment