Changeset 6863
- Timestamp:
- 09/16/05 09:06:10 (3 years ago)
- Files:
-
- branches/cross-lfs/BOOK/cross-tools/alpha/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/mips/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/mips64-64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/mips64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/ppc/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/sparc/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/sparc64-64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/sparc64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/x86/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/x86_64-64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/cross-tools/x86_64/gcc-final.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/introduction/common/changelog.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/alpha/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/mips/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/mips64-64/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/mips64/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/ppc/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/sparc/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/sparc64-64/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/sparc64/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/x86/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/x86_64-64/gcc.xml (modified) (1 diff)
- branches/cross-lfs/BOOK/temp-system/x86_64/gcc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cross-lfs/BOOK/cross-tools/alpha/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make</userinput></screen> 130 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 131 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/mips/gcc-final.xml
r6846 r6863 136 136 <para>Continue with compiling the package:</para> 137 137 138 <screen><userinput>make</userinput></screen> 138 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 139 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 139 140 140 141 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/mips64-64/gcc-final.xml
r6843 r6863 164 164 <para>Continue with compiling the package:</para> 165 165 166 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 166 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 167 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 167 168 168 169 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/mips64/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 131 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/ppc/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make</userinput></screen> 130 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 131 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/sparc/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make</userinput></screen> 130 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 131 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/sparc64-64/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 131 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/sparc64/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 131 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/x86/gcc-final.xml
r6798 r6863 164 164 <para>Continue with compiling the package:</para> 165 165 166 <screen><userinput>make</userinput></screen> 166 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 167 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 167 168 168 169 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/x86_64-64/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 131 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/cross-tools/x86_64/gcc-final.xml
r6798 r6863 128 128 <para>Continue with compiling the package:</para> 129 129 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 130 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 131 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 131 132 132 133 <para>Install the package:</para> branches/cross-lfs/BOOK/introduction/common/changelog.xml
r6861 r6863 40 40 41 41 <listitem> 42 <para>September 16, 2005</para> 43 <itemizedlist> 44 <listitem> 45 <para>[jim] - Updated gcc builds. GCC 4.x requires AS_FOR_TARGET and LD_FOR_TARGET. With this change the 46 __thread that has been seen has been elminated. Thanx Ryan Oliver.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 42 52 <para>September 14, 2005</para> 43 53 <itemizedlist> branches/cross-lfs/BOOK/temp-system/alpha/gcc.xml
r6801 r6863 124 124 <para>Compile the package:</para> 125 125 126 <screen><userinput>make</userinput></screen> 126 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 127 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 127 128 128 129 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/mips/gcc.xml
r6852 r6863 132 132 <para>Compile the package:</para> 133 133 134 <screen><userinput>make</userinput></screen> 134 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 135 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 135 136 136 137 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/mips64-64/gcc.xml
r6843 r6863 154 154 <para>Compile the package:</para> 155 155 156 <screen><userinput>make</userinput></screen> 156 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 157 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 157 158 158 159 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/mips64/gcc.xml
r6801 r6863 133 133 <para>Compile the package:</para> 134 134 135 <screen><userinput>make</userinput></screen> 135 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 136 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 136 137 137 138 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/ppc/gcc.xml
r6801 r6863 124 124 <para>Compile the package:</para> 125 125 126 <screen><userinput>make</userinput></screen> 126 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 127 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 127 128 128 129 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/sparc/gcc.xml
r6801 r6863 124 124 <para>Compile the package:</para> 125 125 126 <screen><userinput>make</userinput></screen> 126 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 127 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 127 128 128 129 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/sparc64-64/gcc.xml
r6801 r6863 146 146 <para>Compile the package:</para> 147 147 148 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" </userinput></screen> 148 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 149 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 149 150 150 151 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/sparc64/gcc.xml
r6801 r6863 133 133 <para>Compile the package:</para> 134 134 135 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" </userinput></screen> 135 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 136 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 136 137 137 138 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/x86/gcc.xml
r6801 r6863 133 133 <para>Compile the package:</para> 134 134 135 <screen><userinput>make</userinput></screen> 135 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 136 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 136 137 137 138 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/x86_64-64/gcc.xml
r6801 r6863 146 146 <para>Compile the package:</para> 147 147 148 <screen><userinput>make</userinput></screen> 148 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 149 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 149 150 150 151 <para>Install the package:</para> branches/cross-lfs/BOOK/temp-system/x86_64/gcc.xml
r6801 r6863 151 151 <para>Compile the package:</para> 152 152 153 <screen><userinput>make</userinput></screen> 153 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 154 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 154 155 155 156 <para>Install the package:</para>
