From c22e42be2432273165175c9218ee7b6238bfca24 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Tue, 28 Sep 1999 08:20:50 -0400 Subject: To: Perl Porters Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT) Message-ID: From: Andy Dougherty To: Perl Porters Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT) Message-ID: p4raw-id: //depot/cfgperl@4248 --- hints/mint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hints/mint.sh') diff --git a/hints/mint.sh b/hints/mint.sh index 22d854c397..ab55e612e1 100644 --- a/hints/mint.sh +++ b/hints/mint.sh @@ -18,7 +18,7 @@ cc='gcc' # The weird include path is really to work around some bugs in # broken system header files. -ccflags="-D__MINT__ -Uatarist -DDEBUGGING -I$here/../mint" +ccflags="$ccflags -D__MINT__ -Uatarist -DDEBUGGING -I$here/../mint" # libs @@ -44,6 +44,7 @@ util_cflags='ccflags="$ccflags -DLOCALE_ENVIRON_REQUIRED"' # # Some good answers to the questions in Configure: +# Does Configure really get all these wrong? usenm='true' d_suidsafe='true' clocktype='long' -- cgit v1.2.1