tjf258 发表于 2013-09-24 17:17

./configure

没办法改 CC

想必成arm-none-linux

Some influential environment variables:
CC          C compiler command
CFLAGS      C compiler flags
LDFLAGS   linker flags, e.g. -L<lib dir> if you have libraries in a
            nonstandard directory <lib dir>
LIBS      libraries to pass to the linker, e.g. -l<library>
CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
            you have headers in a nonstandard directory <include dir>
CPP         C preprocessor



沉水之鱼 发表于 2013-09-24 17:27

这个你如果是arm linux编译的话, 在make的时候传入CROSS_COMPILE= 这个参数就可以了吧? 这个参数貌似就是添加交叉编译工具的

tjf258 发表于 2013-09-25 21:48

CROSS_COMPILE= 不就是CC吗
回复 2# 沉水之鱼


   
页: [1]
查看完整版本: ./configure