Changeset 33080
- Timestamp:
- 2012-08-10T16:15:06+02:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/base-files/Makefile
r33075 r33080 23 23 ifneq ($(wildcard $(PLATFORM_DIR)/base-files-$(PROFILE) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)),) 24 24 TARGET:=$(TARGET)-$(PROFILE) 25 endif26 ifneq ($(findstring $(ARCH) , mips64 x86_64 ),)27 LIB_SUFFIX:=6428 25 endif 29 26 endif -
trunk/rules.mk
r32902 r33080 122 122 LIBRPC=-lrpc 123 123 LIBRPC_DEPENDS=+librpc 124 125 ifneq ($(findstring $(ARCH) , mips64 x86_64 ),) 126 LIB_SUFFIX:=64 127 endif 124 128 125 129 ifndef DUMP
Note: See TracChangeset
for help on using the changeset viewer.