summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
AgeCommit message (Expand)AuthorFilesLines
2009-01-18Rename scripts/crosstool.sh to scripts/crosstool-NG.sh.Yann E. MORIN"1-510/+0
2009-01-12Fix removing existing directories by chmod'ing them to be user-writeable.Yann E. MORIN"1-11/+10
2009-01-12Fix initialising the workspace:Yann E. MORIN"1-57/+43
2009-01-06Add the Eclipse Java Compiler to be able to compile Java.Yann E. MORIN"1-1/+1
2009-01-04Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.Yann E. MORIN"1-8/+0
2009-01-04Get rid of CT_CC_FILE.Yann E. MORIN"1-1/+0
2009-01-04Get rid of CT_GMP_FILE and CT_MPFR_FILE.Yann E. MORIN"1-2/+0
2009-01-04Get rid of CT_BINUTILS_FILE.Yann E. MORIN"1-1/+0
2009-01-04Get rid off CT_KERNEL_FILE.Yann E. MORIN"1-1/+0
2008-12-11Move toolchain-config.in from tools/ to scripts/Yann E. MORIN"1-1/+1
2008-12-11Move populate.in from tools/ to scripts/Yann E. MORIN"1-1/+1
2008-12-09.config is in CT_TOP_DIR, and we *are* in CT_TOP_DIR.Yann E. MORIN"1-1/+1
2008-12-03Use the dedicated function CT_DoConfigSub rather than invoking config.sub dir...Yann E. MORIN"1-2/+2
2008-11-28Minor POSIX compliance, and typo.Yann E. MORIN"1-3/+2
2008-11-28Canonicalise CT_BUILD and CT_HOST:Yann E. MORIN"1-22/+7
2008-11-20Overide locale to C so as to have readable logs.Yann E. MORIN"1-3/+7
2008-11-19Do not mangle Cygwin tuples.Yann E. MORIN"1-0/+5
2008-11-13Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:Yann E. MORIN"1-55/+113
2008-11-07Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the...Yann E. MORIN"1-7/+5
2008-11-04Merge #1190 from /devel/YEM-build_host_target_cleanup:Yann E. MORIN"1-6/+14
2008-10-23Push the calculation of the tuple's kernel part down to kernel's build scripts:Yann E. MORIN"1-18/+13
2008-10-10Simplify the Tools and Debug facilities menu entries:Yann E. MORIN"1-1/+1
2008-10-06Install the config script following the naming of other files, eg. "${CT_TARG...Yann E. MORIN"1-2/+2
2008-10-05Separate the architecture config file and function script.Yann E. MORIN"1-1/+1
2008-10-03Fourth shot at moving arch/ into config/arch/ .Yann E. MORIN"1-1/+1
2008-10-01Save the toolchain configuration to its own file, as an auto-extracting shell...Yann E. MORIN"1-1/+5
2008-09-14Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"1-8/+9
2008-09-10Remove the now really obsolete Linux kernel headers copy and sanitised.Yann E. MORIN"1-1/+1
2008-08-25Allow using ash as the shell for ./configure and make.Yann E. MORIN"1-0/+4
2008-08-07Introduce four new ARCH specific variables that CT_DoArchValues can set if th...Yann E. MORIN"1-0/+2
2008-08-07Beautify final output.Yann E. MORIN"1-3/+4
2008-08-04Michael ABBOTT reported that populate is not relocatable.Yann E. MORIN"1-8/+6
2008-08-01Rework a little bit of the LAN mirror and proxy settings.Yann E. MORIN"1-101/+4
2008-07-27Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same ...Yann E. MORIN"1-0/+14
2008-07-25Hmmm. The debug pause at each step never ever worked... Sigh...Yann E. MORIN"1-1/+1
2008-07-17Remove the check for absolutely needed tools now ./configure checks for them.Yann E. MORIN"1-5/+0
2008-07-16Move the check for tsocks' availability just before using tsocks: make it cle...Yann E. MORIN"1-4/+5
2008-06-24Allow to store working files outside the build tree (eg. incase the working t...Yann E. MORIN"1-4/+5
2008-06-17Help glibc build by exporting PARALLELMFLAGS.Yann E. MORIN"1-0/+1
2008-06-15Some makeinfo versions are a pain in [somewhere very painful].Yann E. MORIN"1-0/+7
2008-05-24Use the arch-specific target LDFLAGS into the final target LDFLAGS.Yann E. MORIN"1-1/+3
2008-05-20Get rid of all `command` (which is a bashism), and replace them with $(comman...Yann E. MORIN"1-27/+27
2008-05-15Fix forcing source extraction.Yann E. MORIN"1-2/+3
2008-05-14Sanitise and use CT_CC_NATIVE.Yann E. MORIN"1-1/+6
2008-04-30Merge the fortran stuff to trunk now it works!Yann E. MORIN"1-1/+9
2008-04-28Building target libraries before the cross-compiler is available is doomed! M...Yann E. MORIN"1-14/+2
2008-04-26Configure tsocks with a simple heuristic.Yann E. MORIN"1-9/+52
2008-04-20Tss.... I was bieng real stupid while building up the tsocks.conf file. Imple...Yann E. MORIN"1-22/+5
2008-04-18Using SOCKS 4/5 proxy is no easy task:Yann E. MORIN"1-6/+46
2008-04-18Fix using HTTP proxy.Yann E. MORIN"1-4/+5