blob: bbdfbeb1cc1e20dbea3262426e67d89752011aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
*** Makefile.0 Fri Oct 28 12:41:26 1994
--- Makefile Mon Oct 31 04:00:03 1994
***************
*** 23,37 ****
#
# Don't forget to edit (or at least inspect) the file System/CONFIG.proto.
! CPP= /lib/cpp -C -P
RANLIB= ranlib
! CC= gcc
! CFLAGS= -O
GC_CC= ${CC}
MV= mv
CMP= cmp
CS= cs
! SHOME= /u/davids/Sather
AR= ar
RM= rm -f
--- 23,37 ----
#
# Don't forget to edit (or at least inspect) the file System/CONFIG.proto.
! CPP= /usr/bin/cpp -C -P
RANLIB= ranlib
! CC= cc
! CFLAGS= -O2
GC_CC= ${CC}
MV= mv
CMP= cmp
CS= cs
! SHOME= ..
AR= ar
RM= rm -f
*** System/CONFIG.proto.0 Mon Oct 31 03:55:23 1994
--- System/CONFIG.proto Mon Oct 31 03:57:59 1994
***************
*** 13,19 ****
"#/System/base.a #/System/GC/gc.a -lm"
-- extra args to pass to C compile if optimization turned on
! "-O"
-- extra args to pass to C compile if debugging turned on
"-g"
--- 13,19 ----
"#/System/base.a #/System/GC/gc.a -lm"
-- extra args to pass to C compile if optimization turned on
! "-O2"
-- extra args to pass to C compile if debugging turned on
"-g"
|