From: Jarkko Hietaniemi Date: Fri, 17 Nov 2000 00:14:06 +0000 (+0000) Subject: For Solaris use64bitall the stdchar needs a little bit of help. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7476fdcdf0db028cf6ef4c371c4dcd249b2fbf03;p=p5sagit%2Fp5-mst-13.2.git For Solaris use64bitall the stdchar needs a little bit of help. p4raw-id: //depot/perl@7719 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index dd2958a..1b3ec58 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -68,6 +68,8 @@ case "$workshoplibpth_done" in loclibpth="$loclibpth $lib/sparcv9 $lib/v9" done fi + # Really? + ccflags="$ccflags -Dstdchar='unsigned char'" ;; *) loclibpth="$loclibpth $workshoplibs" ;;