package/grub: revert accidental/unessesery grub commit
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Oct 2010 16:43:46 +0000 (16:43 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Oct 2010 16:43:46 +0000 (16:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/grub/Makefile

index 502035a..ee527be 100644 (file)
@@ -49,8 +49,8 @@ ifeq ($(HOST_OS),Darwin)
   HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
 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,-B/usr/lib32)
     HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)
This page took 0.024157 seconds and 4 git commands to generate.