diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-08 12:12:40 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-08 12:12:40 +0000 |
commit | ea1ed9627e7cc9651425dd4bd478e803b9720f5f (patch) | |
tree | a658859b2a79fba0c1f8de69c59a4559f0160abe | |
parent | 1bfad917b6d38988b8374196c6ca1b18844cd467 (diff) | |
download | crosstool-ng-ea1ed9627e7cc9651425dd4bd478e803b9720f5f.tar.gz crosstool-ng-ea1ed9627e7cc9651425dd4bd478e803b9720f5f.tar.bz2 crosstool-ng-ea1ed9627e7cc9651425dd4bd478e803b9720f5f.zip |
Cosmetics: newline at end of file, ports are now a separate option.
-rw-r--r-- | config/libc_glibc.in | 1 | ||||
-rw-r--r-- | scripts/build/cc_core_gcc.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in index f158abf2..eef10b7a 100644 --- a/config/libc_glibc.in +++ b/config/libc_glibc.in @@ -227,5 +227,4 @@ config LIBC_ADDONS_LIST Extra addons to include in glibc. Eg.: crypt (for very old glibces) - ports (for the ports addon, with other architectures) linuxthreads (for the linuxthreads implementation of threads) diff --git a/scripts/build/cc_core_gcc.sh b/scripts/build/cc_core_gcc.sh index a21777c6..68b9475b 100644 --- a/scripts/build/cc_core_gcc.sh +++ b/scripts/build/cc_core_gcc.sh @@ -77,3 +77,4 @@ do_cc_core() { CT_EndStep } + |