X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Makefile.x86_64;h=d070ae7d2b0a6792f889520fee88ab2ed2e52e27;hp=7937c1e2faf9be5f4d07da6eb76c03d359c3f8a9;hb=abccb1c104baffd2bfd901cf8b3ed48b44615dd4;hpb=d34450b1e6fe3c2e1295c268c1722c669ba8d545 diff --git a/Makefile.x86_64 b/Makefile.x86_64 index 7937c1e..d070ae7 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__ +AFLAGS += $(call cc-option,-m64,) -D__V3_64BIT__ LDFLAGS += -melf_x86_64