浏览代码

package/grub: revert accidental/unessesery grub commit

SVN-Revision: 23170
Alexandros C. Couloumbis 15 年之前
父节点
当前提交
b7e25b807b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/grub/Makefile

+ 2 - 2
package/grub/Makefile

@@ -49,8 +49,8 @@ ifeq ($(HOST_OS),Darwin)
   HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
   HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
 endif
 endif
 
 
-ifeq ($(HOST_ARCH),amd64)
-  ifeq ($(HOST_OS),FreeBSD)
+ifeq ($(HOST_OS),FreeBSD)
+  ifeq ($(HOST_ARCH),amd64)
     HOST_CFLAGS += $(call host-cc-option,-m32)
     HOST_CFLAGS += $(call host-cc-option,-m32)
     HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32)
     HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32)
     HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)
     HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)