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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.