mk: fix typo in LDFLAGS for 32-bit
authorThierry Herbelot <thierry.herbelot@6wind.com>
Mon, 2 Apr 2012 12:27:43 +0000 (14:27 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 14:07:50 +0000 (16:07 +0200)
Enable compilation for 32-bit architecture.

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
mk/arch/i686/rte.vars.mk

index bbfca0a..6cded33 100644 (file)
@@ -52,7 +52,7 @@ ARCH  ?= i386
 CROSS ?=
 
 CPU_CFLAGS  ?= -m32
-CPU_LDFLAGS ?= -m elf_i386
+CPU_LDFLAGS ?= -melf_i386
 CPU_ASFLAGS ?= -felf
 
 export ARCH CROSS CPU_CFLAGS CPU_LDFLAGS CPU_ASFLAGS