Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | erts: Fix various autoconf issues | Lukas Larsson | |
* Check of atomics on bsd * Add --enable-systemd for epmd * Remove unused --enable-tsp option | |||
2014-03-26 | ose: Break lmconf into one per load module | Lukas Larsson | |
2014-02-24 | ose: Fix check for HAVE_OSE_SPI_H | Lukas Larsson | |
2014-02-24 | ose: Fix various build environment issues | Lukas Larsson | |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson | |
This port has support for both non-smp and smp. It contains a new way to do io checking in which erts_poll_wait receives the payload of the polled entity. This has implications for all linked-in drivers. | |||
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 | |