From 91b4edf69e5adf9c40edcaff38b880218b7b0d9d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 11 Nov 2008 21:27:09 +0000 Subject: Initial Import git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@1 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- README.nonlinux | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.nonlinux (limited to 'README.nonlinux') diff --git a/README.nonlinux b/README.nonlinux new file mode 100644 index 0000000..641fe09 --- /dev/null +++ b/README.nonlinux @@ -0,0 +1,50 @@ +December 3, 1993 +================ + +DEC Unix 4.0 or DEC OSF1 and gcc +-------------------------------- +Compiles cleanly if you don't use -funroll-loops with gcc-2.7.2.3 or earlier + +DEC UNIX 4.0 or DEC OSF1 and cc +------------------------------- +CC = cc +CFLAGS = -O3 +LINKFLAGS = -s -non_shared + +Compiles cleanly. + +SunOS and gcc +------------- +Compiles cleanly + +SunOS and cc +------------ +CC = cc +CFLAGS = -O3 -s + +Compiles with one warning during compilation of nbench1.c + +"/usr/ucbinclude/strings.h", line 48: warning: identifier redeclared: strlen + current : function() returning int + previous: function() returning uint : "/usr/include/string.h", line 98 + +HP-UX and gcc +------------- +Compiles with one warning during compilation of sysspec.c + +In file included from /usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/malloc.h:9, + from sysspec.h:37, + from sysspec.c:37: +/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/sys/types.h:117: warning: empty declaration +/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/sys/types.h:118: warning: empty declaration + +DEC Ultrix and cc +----------------- +CC = cc +CFLAGS = -O2 +LINKFLAGS = -s + +Compiles with a warning about the correct usage of cut when running sysinfo.sh +cut: Usage: cut [-s] [-d] {-c | -f} file ... +cut: Usage: cut [-s] [-d] {-c | -f} file ... + -- cgit v1.2.3