X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.x86_64;h=df4a34311caa1f0f5f6fcc53a1bba522c01247cb;hb=82d082daad3fe8afad4be97d97093a3dfb768e1f;hp=7937c1e2faf9be5f4d07da6eb76c03d359c3f8a9;hpb=d34450b1e6fe3c2e1295c268c1722c669ba8d545;p=palacios.git 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