|
From: <sv...@va...> - 2005-09-11 10:06:14
|
Author: sewardj Date: 2005-09-11 11:06:07 +0100 (Sun, 11 Sep 2005) New Revision: 4617 Log: Attempt to make linking of the tools work more reliably. Modified: branches/ASPACEM/Makefile.tool.am Modified: branches/ASPACEM/Makefile.tool.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/ASPACEM/Makefile.tool.am 2005-09-11 00:48:18 UTC (rev 4616) +++ branches/ASPACEM/Makefile.tool.am 2005-09-11 10:06:07 UTC (rev 4617) @@ -23,7 +23,7 @@ =20 ## Nb: do not call this variables "TOOL_LINKADD" and "TOOL_LDFLAGS" -- t= hat ## makes automake think we are building something called "TOOLS". -TOOL_LINKADD =3D $(COREGRIND_LIBS) $(COREGRIND_LIBS) -lgcc +TOOL_LINKADD =3D -Wl,-whole-archive $(COREGRIND_LIBS) -Wl,-no-whole-arch= ive -lgcc TOOL_LINKFLAGS =3D \ -static \ -Wl,-defsym,valt_load_address=3D@VALT_LOAD_ADDRESS@ \ |