summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-05 20:49:48 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-05 20:49:48 (EST)
commit905e75c19862f0d9757d5d7c14ec37f023f44693 (patch)
tree712706d60a018b61fda0711045013b322e562871 /temporary-bootstrap-builder-setup.txt
parentaa744429521b3c14ab4b4b562f436977cbbe5282 (diff)
Use '<LINUX_VER>' variable in notes.
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index a9c6c5a..14bb711 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -238,7 +238,7 @@ Configure and build a cross-compiling GCC.
$ cd ..
$ rm -Rf gcc-4.6.2
-Configure and build a cross-compiling EGLIBC. Change '<LINUX_VERSION>' to the
+Configure and build a cross-compiling EGLIBC. Change '<LINUX_VER>' to the
lower of either version 3.1.6 or the version of Linux running on your host
system.
$ cp -pR ${BBL}/../../src/eglibc-2.14 .
@@ -261,7 +261,7 @@ system.
> CFLAGS="-march=$(cut -d - -f 1 <<< ${BBL_TARGET} | sed 's/x86_64/x86-64/') \
> -mtune=generic -g -O2" ../eglibc-2.14/libc/configure --prefix=/usr \
> --libexecdir=/usr/lib/eglibc --host=${BBL_TARGET} --build=${BBL_HOST} \
- > --disable-profile --enable-add-ons --with-tls --enable-kernel=3.1.0 \
+ > --disable-profile --enable-add-ons --with-tls --enable-kernel=<LINUX_VER> \
> --with-__thread --with-binutils=${BBL}/cross-tools/bin \
> --with-headers=${BBL}/usr/include --cache-file=config.cache \
> libc_cv_ssp=no