diff options
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4f8569ec2..2a8ad7050 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -72,12 +72,12 @@ endef define Package/libgcc $(call Package/gcc/Default) TITLE:=GCC support library - DEPENDS:=@!TARGET_avr32 @!NATIVE_TOOLCHAIN + DEPENDS+=@!TARGET_avr32 endef define Package/libssp $(call Package/gcc/Default) - DEPENDS:=@SSP_SUPPORT + DEPENDS+=@SSP_SUPPORT TITLE:=GCC support library endef @@ -85,7 +85,7 @@ define Package/libstdcpp $(call Package/gcc/Default) NAME:=libstdc++ TITLE:=GNU Standard C++ Library v3 - DEPENDS:=@!NATIVE_TOOLCHAIN&&@INSTALL_LIBSTDCPP + DEPENDS+=@INSTALL_LIBSTDCPP endef define Package/uclibc/Default |