K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-29T02:26:56.109121Z K 7 svn:log V 388 MFH: r546866 emulators/simh-hp3000: fix the build with LLVM 11. Similar to the patch for emulators/simh-hp2100, drop an -fcommon in to fix the build in the face of GCC 10 / LLVM 11 switching the default to -fno-common. Minor cleanup while we're here, remove USES= compiler and just use ${CC} for the compiler. PR: 248872 Approved by: ports-secteam (implicit, -fno-common build fix) END