Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 0ab4e7bffd09dc28d46f0b270eb8be5e7d41608f https://github.com/ngircd/ngircd/commit/0ab4e7bffd09dc28d46f0b270eb8be5e7d41... Author: Alexander Barton alex@barton.de Date: 2016-01-16 (Sat, 16 Jan 2016)
Changed paths: M doc/Platforms.txt
Log Message: ----------- Platforms.txt: Add systems
- Add armv7l/unk./linux-gnueabihf (gcc 4.9.2) - Add x86_64/unknown/linux-gnu (icc 16)
Commit: a673a6e3af783c9c80cadd0cf3c963c754d84649 https://github.com/ngircd/ngircd/commit/a673a6e3af783c9c80cadd0cf3c963c754d8... Author: Alexander Barton alex@barton.de Date: 2016-01-16 (Sat, 16 Jan 2016)
Changed paths: M doc/Platforms.txt
Log Message: ----------- Platforms.txt: Remove x86_64/unknown/linux-gnu, tcc 0.9.25
This combination had been successfully tested with ngIRCd 21, but after further investigation didn't build correctly: it seems as if tcc fails to correctly link external libraries (e. g. ngipaddr).
Astonishingly the test suite passed nevertheless, with garbled output, but without the daemon crashing!?
When using tcc with ngIRCd 23 (and current master), the test suite fails completely because the daemon crashes ... (which actually is good!)
Compare: https://github.com/ngircd/ngircd/compare/8f0d24c831dc...a673a6e3af78