1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Love, honor, and obey CC.

This commit is contained in:
Matthew Hunt 1999-06-03 20:37:27 +00:00
parent 0aa7ef883f
commit d46a999fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19194

View File

@ -1,8 +1,10 @@
--- Makefile.orig Wed May 19 15:07:25 1999
+++ Makefile Wed May 19 23:53:39 1999
@@ -2,10 +2,11 @@
--- Makefile.orig Wed May 19 04:07:25 1999
+++ Makefile Thu Jun 3 13:35:15 1999
@@ -1,11 +1,12 @@
# Makefile for analog 3.3
# Please read docs/Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
-CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
+CC ?= gcc # which compiler to use: eg cc, acc, gcc. NB Different
# compilers need different CFLAGS, e.g., -O instead of -O2.
-CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
+#CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.