Changeset 6d4c909 for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:56:25 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ad0c7e6
- Parents:
- f0ed7ed
- Location:
- BOOK/temp-system/common
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bzip2.xml
rf0ed7ed r6d4c909 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 -
BOOK/temp-system/common/findutils.xml
rf0ed7ed r6d4c909 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> -
BOOK/temp-system/common/gettext.xml
rf0ed7ed r6d4c909 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 -
BOOK/temp-system/common/introduction.xml
rf0ed7ed r6d4c909 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. -
BOOK/temp-system/common/perl.xml
rf0ed7ed r6d4c909 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 -
BOOK/temp-system/common/tar.xml
rf0ed7ed r6d4c909 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> -
BOOK/temp-system/common/variables.xml
rf0ed7ed r6d4c909 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.