tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin...
[openwrt.git] / package / grub / Makefile
index ee527be..502035a 100644 (file)
@@ -49,8 +49,8 @@ ifeq ($(HOST_OS),Darwin)
   HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
 endif
 
-ifeq ($(HOST_OS),FreeBSD)
-  ifeq ($(HOST_ARCH),amd64)
+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)
This page took 0.02642 seconds and 4 git commands to generate.