Changeset c5146c2
- Timestamp:
- Jan 9, 2009, 11:08:33 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3309623
- Parents:
- bd0e5c0
- Location:
- BOOK/cross-tools
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rbd0e5c0 rc5146c2 42 42 <screen os="ad"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 43 43 44 <para os="s1">We will change the search locations from usr to tools:</para> 45 46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do 47 cp -v ${file}{,.orig} 48 sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \ 49 -e 's@/usr@/tools@g' ${file}.orig > $file 50 done"</userinput></screen> 51 44 52 <para os="ag">Change the StartFile Spec to point to the correct library 45 53 location:</para> 46 54 47 <screen os="ah"><userinput>echo " 55 <screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do 56 echo " 48 57 #undef STANDARD_STARTFILE_PREFIX_1 49 58 #undef STANDARD_STARTFILE_PREFIX_2 50 59 #define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\" 51 #define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen>60 #define STANDARD_STARTFILE_PREFIX_2 \"\"" >> ${file}</userinput></screen> 52 61 53 62 <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default -
BOOK/cross-tools/mips64-64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/native/gcc-static.xml
rbd0e5c0 rc5146c2 55 55 href="../common/gcc-static.xml" 56 56 xpointer="xpointer(//*[@os='ag'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s1'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='s2'])"/> 57 65 58 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/native64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/ppc/gcc-static.xml
rbd0e5c0 rc5146c2 55 55 href="../common/gcc-static.xml" 56 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s1'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='s2'])"/> 57 65 58 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/ppc64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc64-64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../sparc64/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86_64-64/gcc-static.xml
rbd0e5c0 rc5146c2 49 49 href="../common/gcc-static.xml" 50 50 xpointer="xpointer(//*[@os='ag'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/gcc-static.xml" 54 xpointer="xpointer(//*[@os='s1'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../common/gcc-static.xml" 58 xpointer="xpointer(//*[@os='s2'])"/> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86_64/gcc-static.xml
rbd0e5c0 rc5146c2 51 51 href="../common/gcc-static.xml" 52 52 xpointer="xpointer(//*[@os='ag'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='s1'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='s2'])"/> 53 61 54 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.