From 4e27f19802bab372df4a59a8af5ffa36a40710f5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 16 May 2007 17:30:00 +0000 Subject: [PATCH] Ensure the host binary will be compile in 32bits mode SVN-Revision: 7260 --- utils/fortune-mod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fortune-mod/Makefile b/utils/fortune-mod/Makefile index d48f4d783..25084e453 100644 --- 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 -- 2.30.2