Changeset cbfa0a3 for temp-system/common
- Timestamp:
- Feb 21, 2006, 1:56:25 AM (19 years ago)
- Children:
- 07b5f51
- Parents:
- 54e0992
- Location:
- temp-system/common
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bzip2.xml
r54e0992 rcbfa0a3 23 23 <title>Installation of Bzip2</title> 24 24 25 <para os="ca"> We need to remove the tests to since they won't work on25 <para os="ca">Remove the tests to since they won't work on 26 26 a multi-architecture build:</para> 27 27 -
temp-system/common/findutils.xml
r54e0992 rcbfa0a3 24 24 25 25 <para os="aa">Findutils has an issue with cross-compiling where it 26 can't find getline. So we fix it here:</para>26 can't find getline. Fix it here:</para> 27 27 28 28 <screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> -
temp-system/common/gettext.xml
r54e0992 rcbfa0a3 24 24 25 25 <para os="a">Gettext has an issue with cross-compiling where it 26 can't find getline. So we fix it here:</para>26 can't find getline. Fix it here:</para> 27 27 28 28 <screen os="b"><userinput>cd gettext-tools -
temp-system/common/introduction.xml
r54e0992 rcbfa0a3 39 39 40 40 <para>During this section of the build you will see several WARNING 41 message like the one below. It is safe to ignore this message.</para>41 messages like the one below. It is safe to ignore these messages.</para> 42 42 43 43 <blockquote><screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host. -
temp-system/common/perl.xml
r54e0992 rcbfa0a3 28 28 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> 29 29 30 <para os="c">We will now make a change so we can make a cross-compiled version of 31 perl. We will change the permissions on the files we need to update, so we 32 can make a change. This change will rename miniperl to miniperl-cross:</para> 30 <para os="c">Now make a change to allow the creation of a cross-compiled version of 31 perl. This change will rename miniperl to miniperl-cross. The files that need to be modified also need their permissions changed:</para> 33 32 34 33 <screen os="d"><userinput>chmod 755 ext/util/make_ext -
temp-system/common/tar.xml
r54e0992 rcbfa0a3 24 24 25 25 <para os="aa">Tar has an issue with cross-compiling where it 26 can't find <function>getline</function>. So we fix it here:</para>26 can't find <function>getline</function>. Fix it here:</para> 27 27 28 28 <screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> -
temp-system/common/variables.xml
r54e0992 rcbfa0a3 11 11 <title>Build Variables</title> 12 12 13 <para> We will need to setup target specific variables for the compiler13 <para>Setup target specific variables for the compiler 14 14 and linkers:</para> 15 15 … … 22 22 export STRIP="${LFS_TARGET}-strip"</userinput></screen> 23 23 24 <para> Letsadd the build variables to <filename>~/.bashrc</filename> to25 prevent issues if westop and come back later:</para>24 <para>Then add the build variables to <filename>~/.bashrc</filename> to 25 prevent issues if you stop and come back later:</para> 26 26 27 27 <screen><userinput>echo export CC=\""${CC}\"" >> ~/.bashrc
Note:
See TracChangeset
for help on using the changeset viewer.