Changeset 13 in svn
- Timestamp:
- Mar 24, 2015 10:11:18 AM (11 years ago)
- Location:
- trunk/newcon3bcm2_21bu
- Files:
-
- 3 edited
-
dst/build/dst_sw.mk (modified) (1 diff)
-
dst/build/platform.inc (modified) (1 diff)
-
dta/build/platform.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/newcon3bcm2_21bu/dst/build/dst_sw.mk
r2 r13 7 7 endif 8 8 9 export TOPDIR = $(shell cd ../../ ; /bin/pwd) 9 10 ifndef TOPDIR 10 11 TOPDIR = $(shell cd ../../ ; /bin/pwd) -
trunk/newcon3bcm2_21bu/dst/build/platform.inc
r9 r13 27 27 28 28 ARCH ?= mipsel-linux-uclibc 29 30 ifeq (_$(USER),_cafrii) 31 CROSS_COMPILE ?= ~/bcm/newcon3/toolchains/bin/$(ARCH)- 32 else 33 ifeq (_$(USER),_freelio) 34 CROSS_COMPILE ?= ~/data/works/newcon3/toolchains/bin/$(ARCH)- 35 else 36 ifeq (_$(USER),_jglee) 37 CROSS_COMPILE ?= ~/work/newcon3kc/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 38 else 39 ifeq (_$(USER),_megakiss) 40 CROSS_COMPILE ?= ~/newcon3kc/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 41 else 42 CROSS_COMPILE ?= ~/project/newcon3kr/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 43 endif 44 endif 45 endif 46 endif 29 CROSS_COMPILE ?= $(TOPDIR)/toolchain/bin/$(ARCH)- 47 30 48 31 CCACHE = ccache -
trunk/newcon3bcm2_21bu/dta/build/platform.inc
r2 r13 27 27 28 28 ARCH ?= mipsel-linux-uclibc 29 ifeq (_$(USER),_cafrii) 30 CROSS_COMPILE ?= ~/bcm/newcon3/toolchains/bin/$(ARCH)- 31 else 32 ifeq (_$(USER),_freelio) 33 CROSS_COMPILE ?= ~/data/works/newcon3/toolchains/bin/$(ARCH)- 34 else 35 ifeq (_$(USER),_jglee) 36 CROSS_COMPILE ?= ~/work/newcon3kr/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 37 else 38 ifeq (_$(USER),_megakiss) 39 CROSS_COMPILE ?= ~/newcon3kr/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 40 else 41 CROSS_COMPILE ?= ~/project/newcon3kr/newcon3bcm2_21bu/toolchain/bin/$(ARCH)- 42 endif 43 endif 44 endif 45 endif 29 CROSS_COMPILE ?= $(TOPDIR)/toolchain/bin/$(ARCH)- 46 30 47 31 CCACHE = ccache
Note: See TracChangeset
for help on using the changeset viewer.
