|
|
@26e2b14
|
11 years |
andrew |
Move sysroot dir creation to cross-tools
To fix usage of …
|
|
|
@94e2400
|
11 years |
andrew |
Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir
BUG: This uses …
|
|
|
@5f18bea
|
11 years |
andrew |
gcc: Add --with-mpfr directives to configure
Such that in-tree mpfr …
|
|
|
@113a63a
|
11 years |
andrew |
gcc: Just C compiler should be mentioned
We only build the C compiler …
|
|
|
@c01e552
|
11 years |
andrew |
Add musl patches for gcc and binutils
|
|
|
@75a0379
|
11 years |
andrew |
Convert from uClibc to musl-libc
Does not include musl required …
|
|
|
@9228651
|
11 years |
andrew |
gcc-final: Remove gccbug and cc
Not in modern gcc without help we …
|
|
|
@cb6aa5b
|
11 years |
andrew |
gcc-final: Don't copy libgcc anywhere, yet
We want to separate cross …
|
|
|
@2bb7576
|
11 years |
andrew |
gcc-final: Disable libmudflap
|
|
|
@96ab1c3
|
11 years |
andrew |
Delete gmp, mpc, and mpfr completely
|
|
|
@e8502cf
|
11 years |
andrew |
gcc-final: Remove --enable-shared, it's the default
|
|
|
@6368159
|
11 years |
andrew |
gcc-static: Add --disable-lib{quadmath,atomic}
They aren't needed for …
|
|
|
@13d7c4f
|
11 years |
andrew |
gcc: Use new sysroot dir
|
|
|
@b057d7e2
|
11 years |
andrew |
linux-hdr: Install headers into sysroot
|
|
|
@146587b
|
11 years |
andrew |
gcc: Remove AR=ar and LDFLAGS from gcc builds
They aren't needed with …
|
|
|
@a2798d9
|
11 years |
andrew |
binutils: Use new sysroot dir
|
|
|
@b8ac103
|
11 years |
andrew |
binutils: Wrap configure options
No other changes.
|
|
|
@54fde8f
|
11 years |
andrew |
gcc: Linewrap configure options
No changes, just linewrapping for …
|
|
|
@2b9574b
|
11 years |
andrew |
gcc-final: Do mpfr, gmp, and mpc, too
Due to removal of MPFR, GMP, …
|
|
|
@8a77fbd
|
11 years |
andrew |
gcc-static: Do mpfr, gmp, and mpc, too
Remove MPFR, GMP, and MPC …
|
|
|
@62fdf1a
|
11 years |
andrew |
binutils & mpfr: Remove --enable-shared
Not needed.
|
|
|
@9de8668
|
11 years |
andrew |
Remove mention of uClibc, replace with "C library"
In prep for …
|
|
|
@65257bb
|
11 years |
andrew |
gmp,mpc,mpfr: Indicate as prereqs for GCC
It wasn't made clear before …
|
|
|
@aeb76e6
|
11 years |
andrew |
binutils: Don't copy libiberty.h
GCC will "do the right thing" later …
|
|
|
@e970dfa
|
11 years |
andrew |
linux-headers: Install headers without a cp
The copy of headers from …
|
|
|
@de8c34a
|
11 years |
andrew |
Revert "linux-headers: Match description to location"
This reverts …
|
|
|
@06cf5e4
|
11 years |
andrew |
Revert "Install linux headers to cross-tools/include"
This reverts …
|
|
|
@e292509
|
11 years |
andrew |
binutils: Copy libiberty.h to ${CLFS}/cross-tools
Not into the target …
|
|
|
@e554d7b
|
11 years |
andrew |
binutils: Fix Texinfo related build failures
As per the method LFS …
|
|
|
@752c0e2
|
11 years |
andrew |
linux-headers: Match description to location
Due to recent change of …
|
|
|
@df099ac
|
11 years |
andrew |
Install linux headers to cross-tools/include
They aren't needed on …
|
|
|
@d92e1b8
|
11 years |
andrew |
gmp: Remove mention of Debian 5
Minimum reqs for host system have …
|
|
|
@bacf874
|
11 years |
andrew |
gmp: Add --build=${CLFS_HOST} to configure
To ensure that GMP picks …
|
|
|
@23af529
|
14 years |
Andrew Bradford |
uClibc note grammar fixup
|
|
|
@3961d27
|
14 years |
Joe Ciccone |
Fix typo.
|
|
|
@c98e933
|
14 years |
Andrew Bradford |
Copy libgcc_s.so.1 to $CLFS/lib
libgcc_s.so.1 is needed by at least …
|
|
|
@b85507d
|
14 years |
Andrew Bradford |
Started adding uClibc contents
Added uClibc installed programs and …
|
|
|
@d38764e
|
14 years |
Andrew Bradford |
Added note for building C++ compiler
It would be nice to have a C++ …
|
|
|
@e1ec8ed
|
14 years |
Andrew Bradford |
uClibc grammar cleanup
|
|
|
@e96c8e3
|
14 years |
Andrew Bradford |
Made [target triplet] formatting like others
[target triplet] …
|
|
|
@a20c17d
|
14 years |
Andrew Bradford |
Added --disable-multilib to GCC-Final
All archs now have …
|
|
|
@0f33b23
|
14 years |
Andrew Bradford |
Made --disable-multilib common for GCC-Static
All archs now have …
|
|
|
@f9de3a9
|
14 years |
Andrew Bradford |
Updated ARM uClibc instructions for EABI configs
Added some verbiage …
|
|
|
@32994be
|
14 years |
Andrew Bradford |
Adventurous spelling fix
|
|
|
@bd0ad10
|
14 years |
Andrew Bradford |
Created MIPS and ARM GCC-Final files & cleanup
x86 is no longer …
|
|
|
@b128a0e
|
14 years |
Andrew Bradford |
Added identifier comment to common/gcc-static.xml
|
|
|
@ae51e2a
|
14 years |
Andrew Bradford |
Created MIPS and ARM GCC-Static files & cleanup
x86 no longer is …
|
|
|
@d5c7418
|
14 years |
Andrew Bradford |
Changed BUILD variable name to CLFS_ABI
It better represents what the …
|
|
|
@7926af1
|
14 years |
Andrew Bradford |
Cleaned up Build Variables sections
Everyone was referencing the x86 …
|
|
|
@541ad7b
|
14 years |
Andrew Bradford |
Moved x86/abi.xml to common/abi.xml
x86 doesn't have an abi.xml …
|
|
|
@d05636e
|
14 years |
Andrew Bradford |
Set ABI when compiling GCC
|
|
|
@deb99a3
|
14 years |
Andrew Bradford |
Fixed typo in GMP formatting
|
|
|
@285d1d0
|
14 years |
Andrew Bradford |
Added option to run make check on GMP
GCC version 4.3.2 compiles GMP …
|
|
|
@65b296c
|
14 years |
Andrew Bradford |
Updated GCC-Final configure switches
Added --with-mpc and corrected …
|
|
|
@2c5aad4
|
14 years |
Andrew Bradford |
Embedded book doesn't install same packages twice
The embedded book …
|
|
|
@f6137b6
|
14 years |
Andrew Bradford |
Added --with-mpc to GCC's configure switches
With GCC 4.5, MPC is …
|
|
|
@f704d3f
|
14 years |
Andrew Bradford |
Added info to each of GCC's configure switches
|
|
|
@10d90f3
|
14 years |
Andrew Bradford |
Update Binutils to version 2.21
Updated Binutils to version 2.21 and …
|
|
|
@964fe7d
|
14 years |
Andrew Bradford |
Added linux-headers scsi and xen dirs
Section 6.5 lists the contents …
|
|
|
@dc5342b
|
14 years |
Joe Ciccone |
From: Andrew Bradford <bradfa@…>
${CLFS}/usr/include was …
|
|
|
@7faf029
|
14 years |
Joe Ciccone |
Make the command the copies the config file during uClibc verbose.
|
|
|
@a9bbc46
|
14 years |
Joe Ciccone |
Updated uClibc to 0.9.31.
|
|
|
@b6327d0
|
14 years |
Joe Ciccone |
Added new package: MPC.
|
|
|
@35e0963
|
14 years |
Joe Ciccone |
Initial Upgrade of GCC to 4.5.1. MPC needs to be added.
|
|
|
@c747e18
|
14 years |
Joe Ciccone |
Updated Binutils to 2.20.1.
|
|
|
@85fc1b3
|
14 years |
Joe Ciccone |
Updated MPFR to 3.0.0.
|
|
|
@b0b1007
|
14 years |
Joe Ciccone |
Updated GMP to 5.0.1.
|
|
|
@0ec3a36
|
15 years |
mlankhorst |
add CROSS to building uclibc
|
|
|
@2804a96
|
16 years |
clfs |
Updates - Endian Check - GCC and Binutils Patch Updates
|
|
|
@3ec3099
|
16 years |
clfs |
Added Missing Files and Package Updates
|
|
|
@19776da
|
16 years |
clfs |
Updated to Linux 2.6.28.5
|
|
|
@9c034b9
|
16 years |
clfs |
Fixed uClibc
|
|
|
@320a81a
|
16 years |
clfs |
Updated to Binutils 2.19.1
|
|
|
@b059259
|
16 years |
clfs |
Updated MPFR to 2.4.0
|
|
|
@3a3ba13
|
16 years |
clfs |
Updated to uClibc page
|
|
|
@b327081
|
16 years |
clfs |
Changed Wording on uclibc.xml
|
|
|
@0dad5b9
|
16 years |
clfs |
uClibc Updates
|
|
|
@6533111
|
16 years |
clfs |
Toolchain Updates
|
|
|
@d599ff5
|
16 years |
clfs |
Fixed abi Page
|
|
|
@e1b2402
|
16 years |
clfs |
GCC and Binutils Updates to Embedded
|
|
|
@0194a60
|
16 years |
Joe Ciccone |
Updated Binutils to 2.19.
Updated GCC to 4.3.2.
Dropped the uClibc …
|
|
|
@56d186f
|
16 years |
m.b.lankhorst |
Remove unnecessary setting of variables from cross-toolchains chapters
|
|
|
@9dc5852
|
16 years |
m.b.lankhorst |
Get rid of CLFS_HOST
|
|
|
@943c29a
|
17 years |
Joe Ciccone |
Reworded some explanitory text.
|
|
|
@3ca2208
|
17 years |
manuel |
Several fixes for PDF look.
|
|
|
@bd48e48
|
18 years |
manuel |
Updated CLFS-Embedded book sources to use DocBook-XML DTD 4.5.
|
|
|
@0602db2
|
18 years |
clfs |
Updated to GCC 4.1.2
|
|
|
@4a39aeb
|
18 years |
m.b.lankhorst |
Typo
|
|
|
@299e552
|
18 years |
clfs |
Fixed Typos in GCC Static
|
|
|
@1864993
|
18 years |
clfs |
Fixed Typos in GCC Static
|
|
|
@eee610a
|
18 years |
m.b.lankhorst |
Re-add --disable-threads
|
|
|
@59dfbb9
|
18 years |
m.b.lankhorst |
Fix wrong explanation
|
|
|
@00c8a02
|
18 years |
chris |
Text updates
|
|
|
@8520e58
|
18 years |
clfs |
Text Updates for CLFS Embedded
|
|
|
@841271e
|
18 years |
clfs |
uClibc updates
|
|
|
@99fc891
|
18 years |
m.b.lankhorst |
Committing mips tree
|
|
|
@e666df1
|
18 years |
clfs |
Updated Date
Added Busybox
Added Patches
Updated uClibc to build Busybox
|
|
|
@6561a0f
|
18 years |
manuel |
Fixed validation issues.
|
|
|
@a9e389d
|
18 years |
clfs |
Initial Import of CLFS 3.0
|