Re: cygport: distinguish between x86 and x86_64

2016-08-24 Thread Achim Gratz
Corinna Vinschen writes:
>> What is the official way to conditionalize .cygport files for
>> differences in x86 and x86_64 architectures ?
>
> "${ARCH}" is either "i686" or "x86_64"

For tests in the cygport file it is usually easier to use the ARCH_i686
or ARCH_x86_64 variables.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Re: cygport: distinguish between x86 and x86_64

2016-08-24 Thread Corinna Vinschen
On Aug 24 10:08, Dr. Volker Zell wrote:
> Hi
> 
> What is the official way to conditionalize .cygport files for
> differences in x86 and x86_64 architectures ?

"${ARCH}" is either "i686" or "x86_64"


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


signature.asc
Description: PGP signature


cygport: distinguish between x86 and x86_64

2016-08-24 Thread Dr. Volker Zell
Hi

What is the official way to conditionalize .cygport files for
differences in x86 and x86_64 architectures ?

Thanks
  Volker