X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Makefile.i386;h=1d82a31f0bd16d1f841dcad16fc46651de5a9a80;hp=121d1bdd937b20b109a838a7b8ead55f39d6596a;hb=0351e0cd3603086bf45b90c030d8657410cf461e;hpb=d34450b1e6fe3c2e1295c268c1722c669ba8d545 diff --git a/Makefile.i386 b/Makefile.i386 index 121d1bd..1d82a31 100644 --- a/Makefile.i386 +++ b/Makefile.i386 @@ -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,-m32,) -D__V3_32BIT__ +AFLAGS += $(call cc-option,-m32,) -D__V3_32BIT__ LDFLAGS += -melf_i386 -AFLAGS += -D__V3_32BIT__