Changeset 13 in svn


Ignore:
Timestamp:
Mar 24, 2015 10:11:18 AM (11 years ago)
Author:
megakiss
Message:

상대경로로 컴파일을 하도록 수정
TOPDIR을 export 하여 platform.inc 에서 각각 참조하도록 함

Location:
trunk/newcon3bcm2_21bu
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/newcon3bcm2_21bu/dst/build/dst_sw.mk

    r2 r13  
    77endif 
    88 
     9export TOPDIR = $(shell cd ../../ ; /bin/pwd) 
    910ifndef TOPDIR 
    1011TOPDIR = $(shell cd ../../ ; /bin/pwd) 
  • trunk/newcon3bcm2_21bu/dst/build/platform.inc

    r9 r13  
    2727 
    2828ARCH            ?=      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 
     29CROSS_COMPILE   ?=      $(TOPDIR)/toolchain/bin/$(ARCH)- 
    4730 
    4831CCACHE  = ccache 
  • trunk/newcon3bcm2_21bu/dta/build/platform.inc

    r2 r13  
    2727 
    2828ARCH            ?=      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 
     29CROSS_COMPILE   ?=      $(TOPDIR)/toolchain/bin/$(ARCH)- 
    4630 
    4731CCACHE  = ccache 
Note: See TracChangeset for help on using the changeset viewer.