index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Alexandros C. Couloumbis <alex@ozo.com>
2010-10-01 16:39:08 +0000
committer
Alexandros C. Couloumbis <alex@ozo.com>
2010-10-01 16:39:08 +0000
commit
930031c5d10ce5c4e15979ee0547eb2399709bc7
(
patch
)
tree
42aae04dff446edc875829bc04f650da6211b7a6
/
package
parent
42a49519f011d2531099fc68ce764c82c4dd84c8
(
diff
)
tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.
SVN-Revision: 23169
Diffstat
(limited to 'package')
-rw-r--r--
package/grub/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index ee527be13f..502035a1c5 100644
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@ -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)