Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | OTP-8373 ERTS makefiles used to detect the use of a gcc C compiler by | Rickard Green | |
checking if CC equaled gcc. That is, the makefiles failed to detect gcc C compilers with other command line names than gcc. `configure' now substitute GCC into the makefiles. If CC is a gcc C compiler, GCC will have the value yes. (Thanks to Jean-S�bastien P�dron) | |||
2009-12-14 | Fix 'make clean' in erts with debug builds under Darwin | Simon Cornish | |
The Apple compiler creates DWARF debugging symbols in a bundle (ie. a directory) named <name>.dSYM In order for make clean to work correctly, the rm command needs -r | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |