From 0a5d5e8be390bda2f9b7684490082d428228d28f Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 24 Nov 1997 16:49:52 -0800 Subject: [PATCH] AIX patch for hints/aix.sh: Subject: Re: _54 on AIX p4raw-id: //depot/perl@294 --- hints/aix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hints/aix.sh b/hints/aix.sh index 8869a23..41706ac 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -78,10 +78,10 @@ lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT). esac if [ "X$usethreads" != "X" ]; then - ccflags="-DUSE_THREADS $ccflags" - cppflags="-DUSE_THREADS $cppflags" + ccflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $ccflags" + cppflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $cppflags" case "$cc" in - xlc_r) + xlc_r | cc_r) ;; cc | '') cc=xlc_r @@ -95,7 +95,7 @@ if [ "X$usethreads" != "X" ]; then echo >&4 "Unknown C compiler." ;; esac - echo >&4 "You should use the AIX C compiler called xlc_r." + echo >&4 "You should use the AIX C compilers called xlc_r or cc_r." echo >&4 "Cannot continue, aborting." exit 1 ;; -- 2.7.4