crosstool-ng/scripts
Johannes Stezenbach 143f02e0ce cc/gcc: add option to compile against static libstdc++, for gcc-4.4 and newer
Idea and know-how taken from CodeSourcery build script.

Normal build:
  $ ldd arm-unknown-linux-uclibcgnueabi-gcc
	linux-gate.so.1 =>  (0xb77f3000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb76e8000)
	libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb75a1000)
	libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb757a000)
	/lib/ld-linux.so.2 (0xb77f4000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb755c000)

CC_STATIC_LIBSTDCXX=y:
  $ ldd arm-unknown-linux-uclibcgnueabi-gcc
	linux-gate.so.1 =>  (0xb7843000)
	libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb76e6000)
	/lib/ld-linux.so.2 (0xb7844000)

I made CC_STATIC_LIBSTDCXX default=y since I think
it is always desirable.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
2010-07-29 19:47:16 +02:00
..
build cc/gcc: add option to compile against static libstdc++, for gcc-4.4 and newer 2010-07-29 19:47:16 +02:00
addToolVersion.sh cc/gcc: add support for 4.5.0 or later versions 2010-04-15 22:35:18 +02:00
config.guess scripts: update config.{guess,sub} 2010-07-15 10:18:40 +02:00
config.sub scripts: update config.{guess,sub} 2010-07-15 10:18:40 +02:00
crosstool-NG.sh.in scripts: remove . from $PATH 2010-07-29 19:30:37 +02:00
functions scripts: remove . from $PATH 2010-07-29 19:30:37 +02:00
mk-patch.sh scripts: add script to publish patches 2010-04-10 12:34:07 +02:00
mk-release.sh scripts: use 'hg archive' to create release tarballs 2010-07-17 11:31:57 +02:00
patch-renumber.sh scripts: be POSIXly correct in helper scripts 2009-11-12 18:42:13 +01:00
patch-rework.sh scripts: add a new helper script to easily rediff a patchset 2009-11-13 19:34:18 +01:00
populate.in scripts/populate: optimise search loop 2010-03-29 00:15:32 +02:00
saveSample.sh.in scripts/savesample: be silent when checking for .config file 2010-04-22 19:21:03 +02:00
scripts.mk scripts: some eye-candy 2009-10-30 20:08:44 +01:00
showSamples.sh scripts: misc help and auto-complete fixes 2010-04-02 00:18:26 +02:00
showTuple.sh.in Add a new action: show-tuple 2009-05-13 18:10:47 +00:00
toolchain-config.in Use tools discovered by ./configure in scripts/toolchain-config.in. 2009-02-01 18:51:19 +00:00
wrapper.c scripts/wrapper: fix wrong test when checking access to the reall tool 2010-06-22 23:49:23 +02:00
wrapper.in scripts/wrapper.in: Add a comment about readlink not being portable. 2010-05-17 12:27:32 +02:00
xldd.in scripts: add a cross-ldd-like 2010-07-22 23:26:08 +02:00