[Vm-dev] [commit][3278] remove arcane -wrap from build - no longer needed

commits at squeakvm.org commits at squeakvm.org
Tue Mar 17 20:58:59 UTC 2015


Revision: 3278
Author:   rowledge
Date:     2015-03-17 13:58:58 -0700 (Tue, 17 Mar 2015)
Log Message:
-----------
remove arcane -wrap from build - no longer needed

Modified Paths:
--------------
    branches/Cog/platforms/unix/plugins/GdbARMPlugin/Makefile.inc

Modified: branches/Cog/platforms/unix/plugins/GdbARMPlugin/Makefile.inc
===================================================================
--- branches/Cog/platforms/unix/plugins/GdbARMPlugin/Makefile.inc	2015-03-17 20:36:34 UTC (rev 3277)
+++ branches/Cog/platforms/unix/plugins/GdbARMPlugin/Makefile.inc	2015-03-17 20:58:58 UTC (rev 3278)
@@ -8,4 +8,4 @@
 XLDFLAGS=	$(GDBBUILDFOLDER)/sim/arm/libsim.a \
 		$(GDBBUILDFOLDER)/opcodes/libopcodes.a \
 		-lbfd -liberty \
-		-Wl,-wrap,ARMul_OSHandleSWI
+		-Wl



More information about the Vm-dev mailing list