From 53dbac948575b07e95d184bbfbe4d8953c5ccc4c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 2 Mar 2004 16:58:49 +0000 Subject: Tweaks for the Macintosh. --- bin/9c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/9c') diff --git a/bin/9c b/bin/9c index 602d0289..871e6f66 100755 --- a/bin/9c +++ b/bin/9c @@ -19,7 +19,9 @@ usegcc() tag="`uname`-`uname -m`-${CC9:-cc}" case "$tag" in *BSD*) usegcc ;; -*Darwin*) usegcc ;; +*Darwin*) usegcc + cflags=`echo $cflags|sed 's/-ggdb/-g3 -no-cpp-precomp/'` + ;; *HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;; *Linux*) usegcc ;; *OSF1*) cc=cc; cflags="-g -O -c" ;; -- cgit v1.2.3