head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.12.1
	RELENG_6_4:1.2.0.12
	RELENG_6_4_BP:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_6_3:1.2.0.10
	RELENG_6_3_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.8
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.1.2.1
	RELENG_5_5:1.1.2.1.0.4
	RELENG_5_5_BP:1.1.2.1
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.6
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.4
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.2
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.1.2.1
	RELENG_5_4:1.1.2.1.0.2
	RELENG_5_4_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.03.21.07.26.51;	author ru;	state dead;
branches;
next	1.2;

1.2
date	2004.11.25.04.25.21;	author peter;	state Exp;
branches
	1.2.2.1
	1.2.12.1;
next	1.1;

1.1
date	2004.03.30.22.57.11;	author peter;	state Exp;
branches
	1.1.2.1;
next	;

1.2.2.1
date	2012.11.17.07.45.18;	author svnexp;	state Exp;
branches;
next	;

1.2.12.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.1.2.1
date	2004.11.26.19.33.01;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove an outdated README.
@
text
@# $FreeBSD: src/tools/lib32/README,v 1.2 2004/11/25 04:25:21 peter Exp $

Set WITH_LIB32=yes in /etc/make.conf and do a buildworld/installworld.

Alternatively, if you have just done a buildworld/installworld, you
might be able to 'make build32' and 'make install32' in the top of the
/usr/src tree.
@


1.2
log
@Remove the build32.sh hack, it is now slightly broken (missing some
compile args) and would be harmful to use.  Leave the README pointing
to WITH_LIB32 for now.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/tools/lib32/README 138073 2004-11-25 04:25:21Z peter $
@


1.2.12.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Add a snapshot of build32.sh for amd64 systems.  The readme and comments
describe the (severe) restrictions and future plans.
@
text
@d3 1
a3 3
This script is a stopgap for building tuned 32 bit (but i386 ABI compatable)
libraries for amd64 systems.  We *know* we have things like CMOV, SSE2 etc
so take advantage of it.
d5 3
a7 9
At some point libc would be configured to use the fast syscall/sysret
instructions (instead of int 0x80) since we have a known minimum feature
set and don't have to do runtime tests for it.

libpthread could use the amd64 sysarch syscalls for setting %fs/%gs
since we don't have USER_LDT.  This would be a heck of a lot easier than
trying to run a real i386-built libc/libpthread.

Again, this hack is a stopgap until something is integrated into world.
@


1.1.2.1
log
@MFC: put build32.sh to death.  Leave a pointer in the README file for a
while that directs people to the world hooks.
@
text
@d3 3
a5 1
Set WITH_LIB32=yes in /etc/make.conf and do a buildworld/installworld.
d7 9
a15 3
Alternatively, if you have just done a buildworld/installworld, you
might be able to 'make build32' and 'make install32' in the top of the
/usr/src tree.
@


