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/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 
Note: See TracChangeset for help on using the changeset viewer.