X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Fuclibc%2B%2B%2FMakefile;h=328d0430dbc325325d0cbabac65588223c2e5761;hb=f1f4943020bffbe5d7c8280cc9d23cf2d2c619d2;hp=688c5d2dde9c0de88aa2797a93be9f8fb17b9209;hpb=c75bc7b0bfbc1f485b74ccaa0ebe720d78cb4798;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/uclibc++/Makefile b/libs/uclibc++/Makefile index 688c5d2dde..328d0430db 100644 --- a/libs/uclibc++/Makefile +++ b/libs/uclibc++/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -41,6 +40,8 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \ -e 's/cris.*/cris/' \ ) +TARGET_CFLAGS += $(FPIC) + MAKE_FLAGS:= \ TOPDIR="$(PKG_BUILD_DIR)/" \ $(TARGET_CONFIGURE_OPTS) \