source: clfs-embedded/BOOK/cross-tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5a5d7ef   7 years andrew libc: Use CROSS_COMPILE to use cross-binutils As reported by selk on …
(edit) @ee335b8   7 years andrew gcc-static: Fix glibc name typo We do not install glib in the …
(edit) @c72b980   8 years andrew Update gcc to version 6.2 This removes the need to patch gcc due to …
(edit) @7e8a7d8   10 years andrew Update binutils to 2.24 Now supports musl without patching of binutils.
(edit) @c4b2364   10 years andrew gcc: Add notes for static vs final builds To clarify that the first …
(edit) @1cf6d41   10 years andrew cflags: Don't deal with CXXFLAGS We don't build c++ compiler and thus …
(edit) @dd423a0   10 years andrew Rename musl-libc to just musl Proper name seems to be just "musl" …
(edit) @e2ce6d78   10 years andrew Move setting toolchain vars to cross-tools So that once you have …
(edit) @c5d3ce0   10 years William Harrington The softfp target shouldn't use the triple ending in hf.
(edit) @f96a570   10 years andrew x86/variables: Set arch to x86 i*86 isn't a valid arch in the kernel, …
(edit) @49f9234   10 years andrew arm/variables: Reorder and reduce triplets Reorder so that picking …
(edit) @b50528b   10 years andrew arm/gcc-static: Remove ARM_ABI desc Was left over from previous removal
(edit) @3bd8481   10 years andrew arm/variables: Replace leftover uclibc mention
(edit) @7f1f997   10 years andrew variables: Reduce triplets to 3 entries No more "unknown" or "pc" …
(edit) @5470f08   10 years andrew variables: Put tables near where used Rather than all at the bottom, …
(edit) @293bc69   10 years andrew ARM: Remove setting ARM mode The default is 'arm' mode
(edit) @8ffc8f19   10 years andrew variables: Make ARM & x86 always little endian 99% of the time, this …
(edit) @fa71d19   10 years andrew libc: Remove --enable-debug Not needed.
(edit) @7cc5805   10 years andrew libc: Fix musl configure and install Configure should use a --prefix …
(edit) @8f65e24   10 years andrew Retitle GCC & Binutils pages for consistency
(edit) @b608a6d   10 years andrew libc: Create symlinks for musl ld Just create one for each arch, …
(edit) @466a568   10 years andrew libc: Correct musl configure/make sequence Was not doing configure, …
(edit) @26e2b14   10 years andrew Move sysroot dir creation to cross-tools To fix usage of …
(edit) @94e2400   10 years andrew Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir BUG: This uses …
(edit) @5f18bea   10 years andrew gcc: Add --with-mpfr directives to configure Such that in-tree mpfr …
(edit) @113a63a   10 years andrew gcc: Just C compiler should be mentioned We only build the C compiler …
(edit) @c01e552   10 years andrew Add musl patches for gcc and binutils
(edit) @75a0379   10 years andrew Convert from uClibc to musl-libc Does not include musl required …
(edit) @9228651   10 years andrew gcc-final: Remove gccbug and cc Not in modern gcc without help we …
(edit) @cb6aa5b   10 years andrew gcc-final: Don't copy libgcc anywhere, yet We want to separate cross …
(edit) @2bb7576   10 years andrew gcc-final: Disable libmudflap
(edit) @96ab1c3   10 years andrew Delete gmp, mpc, and mpfr completely
(edit) @e8502cf   10 years andrew gcc-final: Remove --enable-shared, it's the default
(edit) @6368159   10 years andrew gcc-static: Add --disable-lib{quadmath,atomic} They aren't needed for …
(edit) @13d7c4f   10 years andrew gcc: Use new sysroot dir
(edit) @b057d7e2   10 years andrew linux-hdr: Install headers into sysroot
(edit) @146587b   10 years andrew gcc: Remove AR=ar and LDFLAGS from gcc builds They aren't needed with …
(edit) @a2798d9   10 years andrew binutils: Use new sysroot dir
(edit) @b8ac103   10 years andrew binutils: Wrap configure options No other changes.
(edit) @54fde8f   10 years andrew gcc: Linewrap configure options No changes, just linewrapping for …
(edit) @a5cbaf25   10 years andrew arm-fpu: Update recommendations, remove wrong fpus Update …
(edit) @91f1994   10 years andrew Delete arm abi choice Default is aapcs-linux and that's a good choice …
(edit) @2b9574b   10 years andrew gcc-final: Do mpfr, gmp, and mpc, too Due to removal of MPFR, GMP, …
(edit) @8a77fbd   10 years andrew gcc-static: Do mpfr, gmp, and mpc, too Remove MPFR, GMP, and MPC …
(edit) @90309a2   10 years andrew arm: Remove archs that aren't armv{4,5,6,7} EABI supports armv4t and …
(edit) @f2f745e   10 years andrew arm/uclibc: Use common uclibc text As ARM is not just aapcs-linux and …
(edit) @822bc66   10 years andrew arm/abi: Remove all ABI except EABI OABI is obsolete as of GCC 4.7.
(edit) @62fdf1a   10 years andrew binutils & mpfr: Remove --enable-shared Not needed.
(edit) @babc55d   10 years andrew arm/abi: Reduce table to 2 columns Columns 1 and 2 were the same and …
(edit) @9de8668   10 years andrew Remove mention of uClibc, replace with "C library" In prep for …
(edit) @65257bb   11 years andrew gmp,mpc,mpfr: Indicate as prereqs for GCC It wasn't made clear before …
(edit) @aeb76e6   11 years andrew binutils: Don't copy libiberty.h GCC will "do the right thing" later …
(edit) @e970dfa   11 years andrew linux-headers: Install headers without a cp The copy of headers from …
(edit) @de8c34a   11 years andrew Revert "linux-headers: Match description to location" This reverts …
(edit) @06cf5e4   11 years andrew Revert "Install linux headers to cross-tools/include" This reverts …
(edit) @e292509   11 years andrew binutils: Copy libiberty.h to ${CLFS}/cross-tools Not into the target …
(edit) @e554d7b   11 years andrew binutils: Fix Texinfo related build failures As per the method LFS …
(edit) @752c0e2   11 years andrew linux-headers: Match description to location Due to recent change of …
(edit) @df099ac   11 years andrew Install linux headers to cross-tools/include They aren't needed on …
(edit) @ab4899e   11 years andrew Set CLFS_ARCH to just "mips" for MIPS Setting it with the sed regex …
(edit) @bc7fc77   11 years andrew Delete cross-tools/{arm,mips}/linux-headers.xml Were not used, arm …
(edit) @d92e1b8   11 years andrew gmp: Remove mention of Debian 5 Minimum reqs for host system have …
(edit) @bacf874   11 years andrew gmp: Add --build=${CLFS_HOST} to configure To ensure that GMP picks …
(edit) @5c58544   11 years andrew Fix pdf rendering errors Tables must declare the proper number of …
(edit) @21c7ba3   11 years andrew Remove all wrt specific chapters / contents
(edit) @a217acd   11 years andrew Remove ARM gcc soft-float patch
(edit) @c31ae75   12 years andrew cross-tools/arm/vars: Add recommended build vars ARM build variable …
(edit) @2e5c4b9   12 years andrew cross-tools/arm/abi: Provide recommendations on ABI ABI selection for …
(edit) @4c373d4   13 years Andrew Bradford Added note to ARM Static-GCC for soft float patch Tell users to apply …
(edit) @23af529   13 years Andrew Bradford uClibc note grammar fixup
(edit) @9592d616   13 years Andrew Bradford Tab added to uClibc arm if-then
(edit) @3961d27   13 years Joe Ciccone Fix typo.
(edit) @c98e933   13 years Andrew Bradford Copy libgcc_s.so.1 to $CLFS/lib libgcc_s.so.1 is needed by at least …
(edit) @b85507d   13 years Andrew Bradford Started adding uClibc contents Added uClibc installed programs and …
(edit) @d38764e   13 years Andrew Bradford Added note for building C++ compiler It would be nice to have a C++ …
(edit) @f988ef3   13 years Andrew Bradford Quick tidy up of MIPS variables.xml
(edit) @cbdeb4f   13 years Andrew Bradford MIPS GCC-Final --disable-multilib complete Fully enabled …
(edit) @0c673f1   13 years Andrew Bradford MIPS GCC-Static --disable-multilib complete Fully enabled …
(edit) @85d173b   13 years Andrew Bradford Added MIPS choices to enable --disable-multlib Only needed to add …
(edit) @baa4780   13 years Andrew Bradford ARM GCC-Final --disable-multilib complete Fully enabled …
(edit) @18d1bcd   13 years Andrew Bradford ARM GCC-Static --disable-multilib complete Fully enabled …
(edit) @b220338   13 years Andrew Bradford Added ARM choices to enable --disable-multilib Added info on choosing …
(edit) @15b97d6   13 years Andrew Bradford Clarify OABI for ARM in table
(edit) @29ca400   13 years Andrew Bradford Consistency update: cross-tools/arm/variables.xml
(edit) @e1ec8ed   13 years Andrew Bradford uClibc grammar cleanup
(edit) @3b3960b   13 years Andrew Bradford ARM uClibc uses sed to change from OABI to EABI Rather than use …
(edit) @8c34ffe   13 years Andrew Bradford MIPS uClibc config accounts for ABI and MIPS level Updated uClibc …
(edit) @dfff918   13 years Andrew Bradford Fixed xpointer typo in MIPS uClibc
(edit) @1e4d687   13 years Andrew Bradford MIPS uClibc copy configs for ABI and ISA in book Now have the user …
(edit) @e96c8e3   13 years Andrew Bradford Made [target triplet] formatting like others [target triplet] …
(edit) @ae8e977   13 years Andrew Bradford Made [mips-level] user insert look like others The choice for …
(edit) @85f704b   13 years Andrew Bradford Added notes and cleaned up MIPS ABIs MIPS ABIs should be o32, n32, …
(edit) @2a10689   13 years Andrew Bradford GCC-Final archs to include common config options Updated all …
(edit) @a20c17d   13 years Andrew Bradford Added --disable-multilib to GCC-Final All archs now have …
(edit) @0f33b23   13 years Andrew Bradford Made --disable-multilib common for GCC-Static All archs now have …
(edit) @885ee0e   13 years Andrew Bradford Changed ARM triplets: uclibcgnueabi to uclibceabi It does the same …
(edit) @c27bd30   13 years Andrew Bradford Missing backslash corrected in ARM uClibc
(edit) @f9de3a9   13 years Andrew Bradford Updated ARM uClibc instructions for EABI configs Added some verbiage …
(edit) @32994be   13 years Andrew Bradford Adventurous spelling fix
(edit) @bd0ad10   13 years Andrew Bradford Created MIPS and ARM GCC-Final files & cleanup x86 is no longer …
Note: See TracRevisionLog for help on using the revision log.