Hello I was trying to compile www/node with clang:
# env CCVER=clang36 make install but the result says it's gcc 5.3.1: # objdump -s -j .comment /usr/local/bin/node .GCC: 5.3.1 [DragonFly] Release/2015-12-04 while a clang compiled file should say: .GCC: 5.3.1 [DragonFly] Release/2015-12-04.clang version 3.6.2 (tags/RELEASE_362/final) What did I miss? Cheers Peeter --
