mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
fix target/utils compile on freebsd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5035 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
54cf5c5fc5
commit
676c642138
@ -27,6 +27,6 @@ $(UTILS_BUILD_DIR):
|
||||
mkdir -p $(UTILS_BUILD_DIR)
|
||||
|
||||
$(UTILS_BUILD_DIR)/%: src/%.c
|
||||
$(CC) -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
|
||||
$(CC) -O2 -I $(STAGING_DIR)/include-host -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
|
||||
chmod 755 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user