|
From: <sv...@va...> - 2005-09-12 10:20:05
|
Author: tom Date: 2005-09-12 11:20:02 +0100 (Mon, 12 Sep 2005) New Revision: 4625 Log: Another go at trying to find a way for the tools to link in the core libraries properly... 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-12 10:14:16 UTC (rev 4624) +++ branches/ASPACEM/Makefile.tool.am 2005-09-12 10:20:02 UTC (rev 4625) @@ -23,10 +23,10 @@ =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 -Wl,-whole-archive $(COREGRIND_LIBS) -Wl,-no-whole-arch= ive -lgcc +TOOL_LINKADD =3D $(COREGRIND_LIBS) -lgcc TOOL_LINKFLAGS =3D \ -static \ -Wl,-defsym,valt_load_address=3D@VALT_LOAD_ADDRESS@ \ -Wl,-T,$(top_srcdir)/valt_load_address.lds \ - -nodefaultlibs -nostartfiles + -nodefaultlibs -nostartfiles -u _start =20 |