
8 Aug
2005
8 Aug
'05
10:19 a.m.
skaller wrote:
On Sun, 2005-08-07 at 02:15 -0700, John Meacham wrote:
Just thought I'd share a little hack...
linux has a command 'setarch' which changes the current architecture so you can do things like build i386 rpms on a x86_64 system...
skaller@rosella:~$ man setarch No manual entry for setarch skaller@rosella:~$ setarch bash: setarch: command not found skaller@rosella:~$
Maybe setarch is some RedHat-ism for linux32? gebner@achatina:~$ apropos linux32 linux32 (1) - Set 32 bit uname emulation processes. gebner@achatina:~$ uname -m x86_64 gebner@achatina:~$ linux32 uname -m i686 Gabriel.