diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 03:29:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 03:29:23 +0000 |
commit | bf2d7c125f0742a5b798b29a2a574c3346fb5c26 (patch) | |
tree | 383a8765f7c5e33c848807d3621ab3eaff66cb4b /entities | |
parent | 0aae623795f5042855eb18a7c846ad4a728bdee1 (diff) |
added --enable-threads=posix to complete the C++ addition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/gcc.ent | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent index 4e63dec11..4702610db 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -17,6 +17,7 @@ <!ENTITY aa-gcc-down SYSTEM "../appendixa/gcc-down.xml"> <!ENTITY gcc-version "3.2.3"> +<!ENTITY gcc-specs-version "3.2.3-specs-4"> <!ENTITY gcc-depversion "2.95.3"> <!ENTITY gcc-contversion "3.1"> <!ENTITY gcc-core-size "13,140 KB"> |