diff options
Diffstat (limited to 'package/libstdcxx/Makefile')
-rw-r--r-- | package/libstdcxx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile index 45c1edfc4..5c6cc2b2f 100644 --- a/package/libstdcxx/Makefile +++ b/package/libstdcxx/Makefile @@ -16,15 +16,11 @@ endif endif endif -ifeq ($(ADK_LINUX_AVR32),y) -LIBSTDCXX_VER:= 13 -else ifeq ($(ADK_LINUX_MICROBLAZE),y) LIBSTDCXX_VER:= 18 else LIBSTDCXX_VER:= 17 endif -endif PKG_NAME:= libstdcxx PKG_DESCR:= C++ support library |