1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/Sather/files/patch-02
Jeffrey Hsu d688b79a89 Ar no longer needs -T option, so we don't need patch-01.
We now have a gcc, so in patch-02, don't need to change gcc to cc.
1994-12-31 02:23:38 +00:00

55 lines
1.1 KiB
Plaintext

*** 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= gcc
! 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"