projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022468d
)
Ensure the host binary will be compile in 32bits mode
author
Florian Fainelli
<florian@openwrt.org>
Wed, 16 May 2007 17:30:00 +0000
(17:30 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 16 May 2007 17:30:00 +0000
(17:30 +0000)
SVN-Revision: 7260
utils/fortune-mod/Makefile
patch
|
blob
|
history
diff --git
a/utils/fortune-mod/Makefile
b/utils/fortune-mod/Makefile
index d48f4d783c643379a9075394a144a5796dc42937..25084e4533a38e72cd198d9bf660b66537478a28 100644
(file)
--- a/
utils/fortune-mod/Makefile
+++ b/
utils/fortune-mod/Makefile
@@
-30,7
+30,7
@@
define Package/fortune-mod
endef
define Build/Compile
- $(HOSTCC) -Wall -o $(PKG_BUILD_DIR)/util/strfile-host $(PKG_BUILD_DIR)/util/strfile.c -DVERSION=\"$(PKG_VERSION)\"
+ $(HOSTCC) -Wall -
m32 -
o $(PKG_BUILD_DIR)/util/strfile-host $(PKG_BUILD_DIR)/util/strfile.c -DVERSION=\"$(PKG_VERSION)\"
$(PKG_BUILD_DIR)/util/strfile-host $(PKG_BUILD_DIR)/datfiles/fortunes $(PKG_BUILD_DIR)/datfiles/fortunes.dat
$(MAKE) -C $(PKG_BUILD_DIR)/fortune
endef