Changeset 12672
- Timestamp:
- 08/18/09 17:29:48 (4 years ago)
- Location:
- src/router
- Files:
-
- 5 edited
-
lib.armeb/Makefile (modified) (1 diff)
-
lib.i386/Makefile (modified) (1 diff)
-
lib.mips/Makefile (modified) (1 diff)
-
lib.mipsel/Makefile (modified) (1 diff)
-
lib.powerpc/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/lib.armeb/Makefile
r3270 r12672 21 21 lib-$(CONFIG_LIBDL) += libdl 22 22 lib-$(CONFIG_LIBM) += libm 23 lib-$(CONFIG_LIBRT) += librt 23 24 lib-$(CONFIG_LIBCPP) += libstdc++ 24 25 lib-$(CONFIG_LIBNSL) += libnsl -
src/router/lib.i386/Makefile
r4250 r12672 21 21 lib-$(CONFIG_LIBDL) += libdl 22 22 lib-$(CONFIG_LIBM) += libm 23 lib-$(CONFIG_LIBRT) += librt 23 24 lib-$(CONFIG_LIBCPP) += libstdc++ 24 25 lib-$(CONFIG_LIBNSL) += libnsl -
src/router/lib.mips/Makefile
r3130 r12672 22 22 lib-$(CONFIG_LIBM) += libm 23 23 lib-$(CONFIG_LIBCPP) += libstdc++ 24 lib-$(CONFIG_LIBRT) += librt 24 25 lib-$(CONFIG_LIBNSL) += libnsl 25 26 #ifeq ($(PARENTAL_CONTROL_SUPPORT),1) -
src/router/lib.mipsel/Makefile
r3131 r12672 21 21 lib-$(CONFIG_LIBDL) += libdl 22 22 lib-$(CONFIG_LIBM) += libm 23 lib-$(CONFIG_LIBRT) += librt 23 24 lib-$(CONFIG_LIBCPP) += libstdc++ 24 25 lib-$(CONFIG_LIBNSL) += libnsl -
src/router/lib.powerpc/Makefile
r4145 r12672 21 21 lib-$(CONFIG_LIBDL) += libdl 22 22 lib-$(CONFIG_LIBM) += libm 23 lib-$(CONFIG_LIBRT) += librt 23 24 lib-$(CONFIG_LIBCPP) += libstdc++ 24 25 lib-$(CONFIG_LIBNSL) += libnsl
Note: See TracChangeset
for help on using the changeset viewer.
