<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/binutils/gasp, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-03-20T08:47:53Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>urn:sha1:7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Build and install gasp's infodocs along side the other binutil docs rather</title>
<updated>2000-02-21T20:33:31Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-02-21T20:33:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e216cd60d341d56f3002ef6dc6a577fbed0f9406'/>
<id>urn:sha1:e216cd60d341d56f3002ef6dc6a577fbed0f9406</id>
<content type='text'>
than seperately.

Pointed out by:	bde
</content>
</entry>
<entry>
<title>Honestly, really, really add a manpage for gasp.</title>
<updated>1999-12-30T04:48:17Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-12-30T04:48:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79f9b09ff2c9d2ca2e9bc9bc2e5f2e79ec216ac9'/>
<id>urn:sha1:79f9b09ff2c9d2ca2e9bc9bc2e5f2e79ec216ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a manpage for gasp.</title>
<updated>1999-12-30T04:46:38Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-12-30T04:46:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=35ebfc88a54a99e1c61d4800e0de7f513094012c'/>
<id>urn:sha1:35ebfc88a54a99e1c61d4800e0de7f513094012c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hookup the info docs.</title>
<updated>1999-12-29T00:38:48Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-12-29T00:38:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bbf480ddf239b5976bc18710f8e4cda5168ffbf5'/>
<id>urn:sha1:bbf480ddf239b5976bc18710f8e4cda5168ffbf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build and install the GASP info page.  Unfortunately there is no manpage.</title>
<updated>1999-12-28T22:32:24Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-12-28T22:32:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=983d57fe3592376e2c72ed68c34071d296ab9d9b'/>
<id>urn:sha1:983d57fe3592376e2c72ed68c34071d296ab9d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/MACHINE_ARCH/TARGET_ARCH/g</title>
<updated>1999-12-17T15:50:45Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-12-17T15:50:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecc4dcbd828295057f2272b8c0a2d1ac0a910d92'/>
<id>urn:sha1:ecc4dcbd828295057f2272b8c0a2d1ac0a910d92</id>
<content type='text'>
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.

TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.
</content>
</entry>
<entry>
<title>Make this actually build with current sources.</title>
<updated>1999-12-08T11:47:48Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-12-08T11:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db6b5f91cfb928d8fb44100c9a43fed87e350b5f'/>
<id>urn:sha1:db6b5f91cfb928d8fb44100c9a43fed87e350b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build gasp (GAS Preprocessor). This is needed for building Glide.</title>
<updated>1999-12-07T17:01:27Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-12-07T17:01:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99b81346548fb298629ab8fc37748f3bb3e0f727'/>
<id>urn:sha1:99b81346548fb298629ab8fc37748f3bb3e0f727</id>
<content type='text'>
</content>
</entry>
</feed>
