Author: nextgens Date: 2006-04-16 20:29:21 +0000 (Sun, 16 Apr 2006) New Revision: 8557
Modified: trunk/contrib/jcpuid/build.sh Log: <lindi-> nextgens: can you remove one space from contrib/jcpuid/build.sh ? Modified: trunk/contrib/jcpuid/build.sh =================================================================== --- trunk/contrib/jcpuid/build.sh 2006-04-16 18:57:56 UTC (rev 8556) +++ trunk/contrib/jcpuid/build.sh 2006-04-16 20:29:21 UTC (rev 8557) @@ -23,7 +23,7 @@ # platform-independent variables SRC="src/jcpuid.cpp" OBJDIR="lib/freenet/support/CPUInformation" -CXXFLAGS="-shared -static -static -libgcc" +CXXFLAGS="-shared -static -static-libgcc" # determine the operating system and machine type OS="$(uname -s|tr "[A-Z]" "[a-z]")" # convert any uppercase to lowercase
