OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / nbench / README.nonlinux
1 December 3, 1993
2 ================
3
4 DEC Unix 4.0 or DEC OSF1 and gcc
5 --------------------------------
6 Compiles cleanly if you don't use -funroll-loops with gcc-2.7.2.3 or earlier
7
8 DEC UNIX 4.0 or DEC OSF1 and cc
9 -------------------------------
10 CC = cc
11 CFLAGS = -O3
12 LINKFLAGS = -s -non_shared
13
14 Compiles cleanly.
15
16 SunOS and gcc
17 -------------
18 Compiles cleanly
19
20 SunOS and cc
21 ------------
22 CC = cc
23 CFLAGS = -O3 -s
24
25 Compiles with one warning during compilation of nbench1.c
26
27 "/usr/ucbinclude/strings.h", line 48: warning: identifier redeclared: strlen
28         current : function() returning int
29         previous: function() returning uint : "/usr/include/string.h", line 98
30
31 HP-UX and gcc
32 -------------
33 Compiles with one warning during compilation of sysspec.c
34
35 In file included from /usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/malloc.h:9,
36                  from sysspec.h:37,
37                  from sysspec.c:37:
38 /usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/sys/types.h:117: warning: empty declaration
39 /usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.2.1/include/sys/types.h:118: warning: empty declaration
40
41 DEC Ultrix and cc
42 -----------------
43 CC = cc
44 CFLAGS = -O2
45 LINKFLAGS = -s
46
47 Compiles with a warning about the correct usage of cut when running sysinfo.sh
48 cut: Usage: cut [-s] [-d<char>] {-c<list> | -f<list>} file ...
49 cut: Usage: cut [-s] [-d<char>] {-c<list> | -f<list>} file ...
50