Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-12 | Fix configure detection of ethread native atomics on powerpc | Rickard Green | |
2013-07-09 | Refuse to build SMP runtime by default without native atomics | Rickard Green | |
Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics` | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-15 | Fix LM_TRY_ENABLE_CFLAG to use correct environment | Björn-Egil Dahlberg | |
LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS. | |||
2013-01-11 | If GCC is used, treat -Wreturn-type as error | Tuncer Ayaz | |