From f986202b064e88647a81c0df0bf4f066e655b14e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 18 Aug 2005 08:33:21 +0000 Subject: [PATCH] AMD64 no stdc++ support --- amxmodx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index 0fefbc15..ef4e9224 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -41,7 +41,6 @@ ifeq "$(AMD64)" "true" BINARY = $(NAME)_amd64.so CFLAGS += -DPAWN_CELL_SIZE=64 -DHAVE_I64 -m64 OBJECTS += JIT/natives-amd64.o - LINK += -lstdc++ else BINARY = $(NAME)_i386.so OBJECTS += JIT/amxexecn.o JIT/amxjitsn.o JIT/natives-x86.o