diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-11 21:33:56 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-11 21:33:56 +0000 |
commit | 9e43555ab77b3a486948f2de4a878cc0d6d0c275 (patch) | |
tree | 7f26da5b2ec2e24d96fecad730c8beaa4b89febc /README.nonlinux | |
parent | 91b4edf69e5adf9c40edcaff38b880218b7b0d9d (diff) |
Remove useless files
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@2 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'README.nonlinux')
-rw-r--r-- | README.nonlinux | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/README.nonlinux b/README.nonlinux deleted file mode 100644 index 641fe09..0000000 --- a/README.nonlinux +++ /dev/null @@ -1,50 +0,0 @@ -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<char>] {-c<list> | -f<list>} file ... -cut: Usage: cut [-s] [-d<char>] {-c<list> | -f<list>} file ... - |