Ok, I checked out a wiki on Raspberry PI in which they got D to compile with GCC 4.8. Would compiling D for the armhf Debian image I'm already running on my Android device be able to produce binaries for Android by either statically linking my code (it works for gcc) or by setting the -dynamic-linker flag to Android's linker
binary and compiling with the appropiate ARM CPU crt object file?

Reply via email to