public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0 of 1 ] RFC - Add CUSTOM version for gcc, binutils, libc, gdb
@ 2012-10-04  4:46 David Holsgrove
  2012-10-04  4:47 ` [PATCH 1 of 1] config+scripts: Custom gcc, binutils, libc, gdb version David Holsgrove
                   ` (2 more replies)
  0 siblings, 3 replies; 47+ messages in thread
From: David Holsgrove @ 2012-10-04  4:46 UTC (permalink / raw)
  To: yann.morin.1998; +Cc: crossgcc

Hi Yann, All,

Im sending the following feature addition as a request for interest on inclusion in CT-NG.

Similar to the existing KERNEL_LINUX_CUSTOM option, I added a 'custom' version option for gcc, binutils, eglibc, glibc, newlib and gdb. These can be grabbed from a common source directory, or specified individually as a directory path or path to a tarball.

This is useful for building against source during development on that component, or if the user wants to source control the component themselves using their own favourite system.

The resultant CT_SRC_DIR could be setup like the following example then, depending on versions selected / paths provided;

binutils-2.20.1a
eglibc-custom -> ~/src_dev/rebase/eglibc
gcc-custom -> ~/src_dev/gcc
gdb-custom -> ~/src_dev/gdb
gmp-5.0.2
linux-custom -> ~/src_dev/v2/linux
mpc-0.9
mpfr-3.1.0

I also considered making this depend on a DEVELOPER config option instead of just EXPERIMENTAL, would that be preferable?

thanks,
David

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2012-10-31 22:55 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-04  4:46 [PATCH 0 of 1 ] RFC - Add CUSTOM version for gcc, binutils, libc, gdb David Holsgrove
2012-10-04  4:47 ` [PATCH 1 of 1] config+scripts: Custom gcc, binutils, libc, gdb version David Holsgrove
2012-10-05  8:48   ` Florian Fainelli
2012-10-05  7:57 ` [PATCH 0 of 1 ] RFC - Add CUSTOM version for gcc, binutils, libc, gdb Bryan Hundven
2012-10-10  6:08 ` [PATCH 0 of 6 " David Holsgrove
2012-10-10  6:08   ` [PATCH 1 of 6] config+scripts: Extract CUSTOM / CUSTOM_LOCATION currently in linux.sh David Holsgrove
2012-10-10 22:19     ` Yann E. MORIN
2012-10-10  6:08   ` [PATCH 5 of 6] binutils: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustom David Holsgrove
2012-10-10 22:41     ` Yann E. MORIN
2012-10-10  6:08   ` [PATCH 4 of 6] libc: " David Holsgrove
2012-10-10 22:38     ` Yann E. MORIN
2012-10-10  6:08   ` [PATCH 2 of 6] kernel/linux: Extract custom location function and use generic GetCustom David Holsgrove
2012-10-10 22:25     ` Yann E. MORIN
2012-10-10  6:08   ` [PATCH 3 of 6] cc/gcc: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustom David Holsgrove
2012-10-10  6:08   ` [PATCH 6 of 6] debug/gdb: " David Holsgrove
2012-10-10 22:45     ` Yann E. MORIN
2012-10-10 21:56   ` [PATCH 0 of 6 ] RFC - Add CUSTOM version for gcc, binutils, libc, gdb Yann E. MORIN
2012-10-11  4:53   ` [PATCH 00 of 13 ] " David Holsgrove
2012-10-11  4:53     ` [PATCH 03 of 13] config/paths: add a generic custom location infrastructure David Holsgrove
2012-10-13 22:00       ` scripts/functions: " Yann E. MORIN
2012-10-11  4:53     ` [PATCH 02 of 13] " David Holsgrove
2012-10-13 22:00       ` Yann E. MORIN
2012-10-11  4:53     ` [PATCH 04 of 13] kernel/linux: use generic custom infrastructure David Holsgrove
2012-10-13 22:00       ` Yann E. MORIN
2012-10-11  4:53     ` [PATCH 05 of 13] cc/gcc: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustom David Holsgrove
2012-10-11 20:24       ` Yann E. MORIN
2012-10-15  1:31         ` David Holsgrove
2012-10-16 20:38           ` Yann E. MORIN
2012-10-17  7:52             ` David Holsgrove
2012-10-29 23:27       ` Yann E. MORIN
2012-10-11  4:53     ` [PATCH 06 of 13] binutils/binutils: " David Holsgrove
2012-10-29 23:27       ` Yann E. MORIN
2012-10-11  4:53     ` [PATCH 07 of 13] binutils/elf2flt: Add CUSTOM version, CUSTOM_LOCATION config options, GetCustom David Holsgrove
2012-10-29 23:27       ` Yann E. MORIN
2012-10-11  4:53     ` [PATCH 01 of 13] libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option David Holsgrove
2012-10-11 18:53       ` Yann E. MORIN
2012-10-11  4:54     ` [PATCH 08 of 13] debug/gdb: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustom David Holsgrove
2012-10-29 23:28       ` Yann E. MORIN
2012-10-11  4:54     ` [PATCH 12 of 13] libc/uClibc: " David Holsgrove
2012-10-31 22:55       ` Yann E. MORIN
2012-10-11  4:54     ` [PATCH 10 of 13] libc/glibc: " David Holsgrove
2012-10-11  4:54     ` [PATCH 09 of 13] libc/{, e}glibc: Add CUSTOM version, " David Holsgrove
2012-10-11  4:54     ` [PATCH 11 of 13] libc/eglibc: Add CUSTOM version and " David Holsgrove
2012-10-11  4:54     ` [PATCH 13 of 13] libc/newlib: " David Holsgrove
2012-10-30 22:20       ` Yann E. MORIN
2012-10-22 21:56     ` [PATCH 00 of 13 ] Add CUSTOM version for gcc, binutils, libc, gdb Yann E. MORIN
2012-10-23  8:09       ` David Holsgrove

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).