search for: androidsdk

Displaying 3 results from an estimated 3 matches for "androidsdk".

2015 Jul 09
2
[LLVMdev] The Trouble with Triples
...more or less, except that we also want to specify things like the default sysroot. Having the bit in the name of the compiler just be a name for a config file containing a set of command-line options would be very nice - we’d have a set of predefined names, and then if someone wanted to provide a androidsdk-v47-arm.conf (or whatever) and just drop it into a known location then they’d be able to use androidsdk-v47-arm-clang as a cross compiler. This already works well with Clang, but is restricted to the triples that actually make sense. If you need to change anything that the triple can't, you...
2015 Jul 09
5
[LLVMdev] The Trouble with Triples
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: 08 July 2015 19:01 > To: Daniel Sanders > Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu); Eric Christopher > (echristo at gmail.com); Jim Grosbach (grosbach at apple.com) > Subject: Re: The Trouble with Triples > > On 8 July 2015 at 17:43, Daniel Sanders
2011 Dec 21
4
MS-DOS Batch File Commands
I'm trying to get the AndroidSDK going under Wine. There are problems with the MS-DOS commands (for example, the /D option with the 'For' command and the use of options to apply to the Path environment varaible (to prevent space being used as a delimiter between path folders) it uses in the supplied batch files it calls fr...