<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.linux-mips.org/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.linux-mips.org/wiki?title=Mips32_utility&amp;feed=atom&amp;action=history</id>
		<title>Mips32 utility - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.linux-mips.org/wiki?title=Mips32_utility&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://www.linux-mips.org/wiki?title=Mips32_utility&amp;action=history"/>
		<updated>2013-05-22T05:29:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>//www.linux-mips.org/wiki?title=Mips32_utility&amp;diff=6336&amp;oldid=prev</id>
		<title>WikiSysop at 02:08, 2 January 2005</title>
		<link rel="alternate" type="text/html" href="http://www.linux-mips.org/wiki?title=Mips32_utility&amp;diff=6336&amp;oldid=prev"/>
				<updated>2005-01-02T02:08:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''mips32''' creates a 32-bit MIPS environment for specified program, usually shell.  The environment is inherited by all child  processes  of  that program,  unless  they  set  a  different personality.  The 32-bit MIPS environment currently only means all uname system calls (and thus also outputs  of  the  uname(1)  program with -m or -a options) will return mips instead of mips64 as machine type. mips64(8) can be used to  temporarily switch back.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
A typical use is when building 32-bit software on a 64-bit system.  In particular GNU autoconf may cause problems if it detects the system type as 64-bit or even fails on 64-bit system.  To do this a shell in which the uname command will return ''mips'' can be created by invoking mips32 as:&lt;br /&gt;
&lt;br /&gt;
    $ uname -m&lt;br /&gt;
    mips64&lt;br /&gt;
    $ exec mips32 $SHELL&lt;br /&gt;
    $ uname -m&lt;br /&gt;
    mips&lt;br /&gt;
    $&lt;br /&gt;
&lt;br /&gt;
Now the package can be built as usual with no modifications to configuration scripts.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
The mips32 package has been created based on Jakub Jelinek's sparc32&amp;amp;nbsp;v1.1 by simple editing.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	</feed>