mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
package/grub: revert accidental/unessesery grub commit
SVN-Revision: 23170
This commit is contained in:
parent
930031c5d1
commit
b7e25b807b
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user