X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Makefile.x86_64;fp=Makefile.x86_64;h=7937c1e2faf9be5f4d07da6eb76c03d359c3f8a9;hp=0000000000000000000000000000000000000000;hb=d34450b1e6fe3c2e1295c268c1722c669ba8d545;hpb=1a24d4e8fb3918a42b124777db5b41940150023e diff --git a/Makefile.x86_64 b/Makefile.x86_64 new file mode 100644 index 0000000..7937c1e --- /dev/null +++ b/Makefile.x86_64 @@ -0,0 +1,9 @@ +# ========================================================================== +# Build system +# ========================================================================== + +# -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