git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19824d7
)
mk: fix typo in LDFLAGS for 32-bit
author
Thierry Herbelot
<thierry.herbelot@6wind.com>
Mon, 2 Apr 2012 12:27:43 +0000
(14:27 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/mk/arch/i686/rte.vars.mk
b/mk/arch/i686/rte.vars.mk
index
bbfca0a
..
6cded33
100644
(file)
--- a/
mk/arch/i686/rte.vars.mk
+++ b/
mk/arch/i686/rte.vars.mk
@@
-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