Runtime for ARM
    Kai Nacke 
    kai at redstar.de
       
    Tue May 14 20:30:11 PDT 2013
    
    
  
On Saturday, 16 February 2013 at 23:45:55 UTC, Paolo Invernizzi 
wrote:
> Right now I've reduced the ice to something like:
>
> template Rebindable(T) {
>     struct Rebindable {
>         void opAssign(Rebindable ) {}
>     }
> }
> struct SysTime {
>     Rebindable!(TimeZone) _timezone;
> }
> class TimeZone {}
>
> ice with ldc2 -c ice.d -march=arm -mcpu=cortex-a9 
> -mtriple=arm-linux-gnueabihf
I try this. I always built LLLVm and LDC with ARM support. Let's 
see what happens...
Regards
Kai
    
    
More information about the digitalmars-d-ldc
mailing list