Re: arch name

2002-12-07 Thread Wouter Verhelst
On Sat, Dec 07, 2002 at 01:48:36PM +0100, Russell Coker wrote: > In my debian/rules I need to know the name of the architecture. I need the > name that is used in Debian packages "i386" for Intel or "arm" for ARM. > uname gives "i686" and "armv4l" respectively (and presumably has similar > pro

Re: arch name

2002-12-07 Thread Rene Engelhard
Russell Coker wrote: > In my debian/rules I need to know the name of the architecture. I need the > name that is used in Debian packages "i386" for Intel or "arm" for ARM. > uname gives "i686" and "armv4l" respectively (and presumably has similar > problems on other platforms). > > What do I

Re: arch name

2002-12-07 Thread Daniel Silverstone
On Sat, Dec 07, 2002 at 01:48:36PM +0100, Russell Coker wrote: > In my debian/rules I need to know the name of the architecture. I need the > name that is used in Debian packages "i386" for Intel or "arm" for ARM. > uname gives "i686" and "armv4l" respectively (and presumably has similar > pro

Re: arch name

2002-12-07 Thread Noèl Köthe
On Sat, 2002-12-07 at 13:48, Russell Coker wrote: > What do I do to get the generic name for the platform? dpkg-architecture -qDEB_HOST_ARCH should do this. -- NoÃl KÃthe

Re: arch name

2002-12-07 Thread Russell Coker
On Sat, 7 Dec 2002 13:48, Russell Coker wrote: > In my debian/rules I need to know the name of the architecture. I need the > name that is used in Debian packages "i386" for Intel or "arm" for ARM. > uname gives "i686" and "armv4l" respectively (and presumably has similar > problems on other platf

Re: arch name

2002-12-07 Thread Hamish Moffatt
On Sat, Dec 07, 2002 at 01:48:36PM +0100, Russell Coker wrote: > In my debian/rules I need to know the name of the architecture. I need the > name that is used in Debian packages "i386" for Intel or "arm" for ARM. > uname gives "i686" and "armv4l" respectively (and presumably has similar > pro

arch name

2002-12-07 Thread Russell Coker
In my debian/rules I need to know the name of the architecture. I need the name that is used in Debian packages "i386" for Intel or "arm" for ARM. uname gives "i686" and "armv4l" respectively (and presumably has similar problems on other platforms). What do I do to get the generic name for th