tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin...
[openwrt/staging/florian.git] / package / grub / Makefile
index 426b9c367307fc5ede8d1dad88f80bb420ea5e1e..502035a1c52a017802de9f3037edae1a9034da53 100644 (file)
@@ -49,6 +49,14 @@ ifeq ($(HOST_OS),Darwin)
   HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
 endif
 
+ifeq ($(HOST_ARCH),amd64)
+  ifeq ($(HOST_OS),FreeBSD)
+    HOST_CFLAGS += $(call host-cc-option,-m32)
+    HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32)
+    HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)
+  endif
+endif
+
 HOST_CFLAGS += $(call host-cc-option,-fno-stack-protector)
 HOST_CFLAGS += $(call host-cc-option,-U_FORTIFY_SOURCE)