diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-17 00:14:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-17 00:14:06 +0000 |
commit | c0b9466cb650043d393cf32cc2519dafef102706 (patch) | |
tree | 62b05fb064af9baea96ee9f8525a127a24cc2573 /hints/solaris_2.sh | |
parent | 9095eaad8948cdb45f9b38bb9822b0f39881f2a0 (diff) | |
download | perl-c0b9466cb650043d393cf32cc2519dafef102706.tar.gz |
For Solaris use64bitall the stdchar needs a little bit of help.
p4raw-id: //depot/perl@7719
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index dd2958adb4..1b3ec58c94 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" ;; |