1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

use $(FPIC) in a few places where it matters

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2008-08-06 22:10:29 +00:00
parent 05e6976da2
commit 78202d191b
12 changed files with 18 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ endef
define Build/Configure
endef
TARGET_CFLAGS += $(FPIC)
UCI_MAKEOPTS = \
$(TARGET_CONFIGURE_OPTS) \
COPTS="$(TARGET_CFLAGS)" \