1999-04-13 10:54:20 +00:00
|
|
|
*** Makefile.in.orig Fri Oct 2 16:28:35 1998
|
|
|
|
--- Makefile.in Wed Jan 27 21:48:36 1999
|
1998-10-10 05:40:57 +00:00
|
|
|
***************
|
|
|
|
*** 1,9 ****
|
|
|
|
|
|
|
|
# Which compiler to use
|
|
|
|
! CC = cc
|
|
|
|
|
|
|
|
# What optimization level to use
|
1999-04-13 10:54:20 +00:00
|
|
|
! OPTFLAGS = -O2
|
1998-10-10 05:40:57 +00:00
|
|
|
|
|
|
|
# What options to be used by the compiler
|
|
|
|
COPTIONS =
|
|
|
|
--- 1,9 ----
|
|
|
|
|
|
|
|
# Which compiler to use
|
1999-04-13 10:54:20 +00:00
|
|
|
! CC ?= gcc
|
1998-10-10 05:40:57 +00:00
|
|
|
|
|
|
|
# What optimization level to use
|
1999-04-13 10:54:20 +00:00
|
|
|
! OPTFLAGS += -O2
|
1998-10-10 05:40:57 +00:00
|
|
|
|
|
|
|
# What options to be used by the compiler
|
|
|
|
COPTIONS =
|