X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Makefile.x86_64;h=df4a34311caa1f0f5f6fcc53a1bba522c01247cb;hp=7937c1e2faf9be5f4d07da6eb76c03d359c3f8a9;hb=d0aa5bd27c22a33f04f47363910f9773fdeab7eb;hpb=d34450b1e6fe3c2e1295c268c1722c669ba8d545 diff --git a/Makefile.x86_64 b/Makefile.x86_64 index 7937c1e..df4a343 100644 --- a/Makefile.x86_64 +++ b/Makefile.x86_64 @@ -5,5 +5,5 @@ # -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x # from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE). CFLAGS += $(call cc-option,-m64,) -D__V3_64BIT__ -AFLAGS += -D__V3_64BIT__ -LDFLAGS += -melf_x86_64 +AFLAGS += $(call cc-option,-m64,) -D__V3_64BIT__ +LDFLAGS += -melf_x86_64 -dp