K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-29T02:23:58.901108Z K 7 svn:log V 349 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 MFH: 2020Q3 (-fno-common build fix) END