do NOT use #if for target platform decisions
authorMatthias Braun <matthias.braun@kit.edu>
Wed, 4 Jul 2012 09:11:18 +0000 (11:11 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Wed, 4 Jul 2012 12:46:51 +0000 (14:46 +0200)
commitb5c2e35431f76b1d08849f077918f6770eff3f2b
tree5779a1311594e6705a397b67d1906a19bd3af6a7
parentba82d03abfd148225c4a2af7f61c53d253451adc
do NOT use #if for target platform decisions

(or we will end up like gcc where you have to compile each host/target
 combination again, instead of having 1 compiler which can produce
 everything)
main.c