diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-24 10:07:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-24 10:07:40 +0000 |
commit | 5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5 (patch) | |
tree | 10a8d0970c794b914cbf01939dec556f269eb980 /package/libs/uclibc++/Makefile | |
parent | 793a4515845027a38eb32b7c3297ae8266b8c761 (diff) | |
download | upstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.gz upstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.bz2 upstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.zip |
build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44965
Diffstat (limited to 'package/libs/uclibc++/Makefile')
-rw-r--r-- | package/libs/uclibc++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/uclibc++/Makefile b/package/libs/uclibc++/Makefile index ade3c62e0f..1196926e8c 100644 --- a/package/libs/uclibc++/Makefile +++ b/package/libs/uclibc++/Makefile @@ -42,7 +42,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \ -e 's/sh[234].*/sh/' \ -e 's/mips.*/mips/' \ -e 's/mipsel.*/mips/' \ - -e 's/cris.*/cris/' \ ) TARGET_CFLAGS += $(FPIC) |