<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="et">
	<id>https://kuutorvaja.eenet.ee/w/index.php?action=history&amp;feed=atom&amp;title=Binutils-2.21_-_Faas_2</id>
	<title>Binutils-2.21 - Faas 2 - Redigeerimiste ajalugu</title>
	<link rel="self" type="application/atom+xml" href="https://kuutorvaja.eenet.ee/w/index.php?action=history&amp;feed=atom&amp;title=Binutils-2.21_-_Faas_2"/>
	<link rel="alternate" type="text/html" href="https://kuutorvaja.eenet.ee/w/index.php?title=Binutils-2.21_-_Faas_2&amp;action=history"/>
	<updated>2026-06-04T02:59:23Z</updated>
	<subtitle>Selle lehekülje redigeerimiste ajalugu</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://kuutorvaja.eenet.ee/w/index.php?title=Binutils-2.21_-_Faas_2&amp;diff=24537&amp;oldid=prev</id>
		<title>Jj: Uus lehekülg: &#039;The Binutils package contains a linker, an assembler, and other tools for handling object files.  Binutils pakett sisaldab linkerit, assemblerit ja teisi objekt failide haldamise t...&#039;</title>
		<link rel="alternate" type="text/html" href="https://kuutorvaja.eenet.ee/w/index.php?title=Binutils-2.21_-_Faas_2&amp;diff=24537&amp;oldid=prev"/>
		<updated>2011-06-07T13:19:46Z</updated>

		<summary type="html">&lt;p&gt;Uus lehekülg: &amp;#039;The Binutils package contains a linker, an assembler, and other tools for handling object files.  Binutils pakett sisaldab linkerit, assemblerit ja teisi objekt failide haldamise t...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Uus lehekülg&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Binutils package contains a linker, an assembler, and other tools for handling object files.&lt;br /&gt;
&lt;br /&gt;
Binutils pakett sisaldab linkerit, assemblerit ja teisi objekt failide haldamise töövahendeid.&lt;br /&gt;
&lt;br /&gt;
Umbkaudne ehitamise aeg:&lt;br /&gt;
1.3 SBU&lt;br /&gt;
Vajaminev kettaruum:&lt;br /&gt;
259 MB&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5.9.1. Binutilsi paigaldamine&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Create a separate build directory again:&lt;br /&gt;
&lt;br /&gt;
Loome eraldatud kompileerimise kataloogi:&lt;br /&gt;
&lt;br /&gt;
 mkdir -v ../binutils-build&lt;br /&gt;
 cd ../binutils-build&lt;br /&gt;
&lt;br /&gt;
Valmistame Binutilsi kompileerimiseks ette:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;$LFS_TGT-gcc -B/tools/lib/&amp;quot; \&lt;br /&gt;
    AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \&lt;br /&gt;
    ../binutils-2.21/configure --prefix=/tools \&lt;br /&gt;
    --disable-nls --with-lib-path=/tools/lib&lt;br /&gt;
&lt;br /&gt;
Konfigureerimise võtmete tähendus:&lt;br /&gt;
&lt;br /&gt;
*CC=&amp;quot;$LFS_TGT-gcc -B/tools/lib/&amp;quot; AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib&lt;br /&gt;
Because this is really a native build of Binutils, setting these variables ensures that the build system uses the cross-compiler and associated tools instead of the ones on the host system.&lt;br /&gt;
*--with-lib-path=/tools/lib&lt;br /&gt;
This tells the configure script to specify the library search path during the compilation of Binutils, resulting in /tools/lib being passed to the linker. This prevents the linker from searching through library directories on the host.&lt;br /&gt;
&lt;br /&gt;
Kompileerime paketi:&lt;br /&gt;
&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Paigaldame paketi:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Now prepare the linker for the “Re-adjusting” phase in the next chapter:&lt;br /&gt;
&lt;br /&gt;
 make -C ld clean&lt;br /&gt;
 make -C ld LIB_PATH=/usr/lib:/lib&lt;br /&gt;
 cp -v ld/ld-new /tools/bin&lt;br /&gt;
&lt;br /&gt;
Make parameetrite tähendused:&lt;br /&gt;
&lt;br /&gt;
*-C ld clean&lt;br /&gt;
This tells the make program to remove all compiled files in the ld subdirectory.&lt;br /&gt;
*-C ld LIB_PATH=/usr/lib:/lib&lt;br /&gt;
This option rebuilds everything in the ld subdirectory. Specifying the LIB_PATH Makefile variable on the command line allows us to override the default value of the temporary tools and point it to the proper final path. The value of this variable specifies the linker&amp;#039;s default library search path. This preparation is used in the next chapter.&lt;br /&gt;
&lt;br /&gt;
Details on this package are located in Section 6.12.2, “Contents of Binutils.”&lt;/div&gt;</summary>
		<author><name>Jj</name></author>
	</entry>
</feed>