Changeset 21e442f for BOOK/final-system/common/gcc.xml
- Timestamp:
- Apr 16, 2011, 5:47:06 PM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9793117
- Parents:
- 6cefbfb (diff), e0ad6ee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r6cefbfb r21e442f 41 41 <para os="h">Prepare GCC for compilation:</para> 42 42 43 <screen os="i"><userinput>CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include" \ 44 CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include" \ 45 ../gcc-&gcc-version;/configure --prefix=/usr \ 43 <screen os="i"><userinput>CC="gcc -isystem /usr/include" \ 44 CXX="g++ -isystem /usr/include" \ 45 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 46 ../gcc-&gcc-version;/configure --prefix=/usr \ 46 47 --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ 47 48 --enable-__cxa_atexit --enable-c99 --enable-long-long \
Note:
See TracChangeset
for help on using the changeset viewer.