comparison config @ 1350:7eabfa815c90

Split up system-image.sh into root-image.sh, linux-kernel.sh, and system-image.sh. Rename CROSS_HOST_ARCH to CROSS_COMPILER_HOST.
author Rob Landley <rob@landley.net>
date Mon, 18 Apr 2011 18:41:04 -0500
parents 37ba3859ea14
children ad5303b6d35a
comparison
equal deleted inserted replaced
1349:37ba3859ea14 1350:7eabfa815c90
40 # If this is set, build.sh will build a cross compiler statically linked 40 # If this is set, build.sh will build a cross compiler statically linked
41 # against uClibc. This indicates which host that compiler should run on. 41 # against uClibc. This indicates which host that compiler should run on.
42 # Note that most x86_64 systems can run a statically linked i686 binary even 42 # Note that most x86_64 systems can run a statically linked i686 binary even
43 # if they don't have the 32-bit libraries installed, so that's a good default. 43 # if they don't have the 32-bit libraries installed, so that's a good default.
44 44
45 # export CROSS_HOST_ARCH=i686 45 # export CROSS_COMPILER_HOST=i686
46 46
47 # If this is set, only build a C compiler and not C++ 47 # If this is set, only build a C compiler and not C++
48 48
49 # export NO_CPLUSPLUS=1 49 # export NO_CPLUSPLUS=1
50 50