Message-ID: <Pine.SOL.3.91.
980710134236.15717A-100000@gateway.grumman.com>
p4raw-id: //depot/perl@1431
case "$osvers" in
3*) d_fchmod=undef
- ccflags='-D_ALL_SOURCE'
+ ccflags="$ccflags -D_ALL_SOURCE"
;;
*) # These hints at least work for 4.x, possibly other systems too.
- ccflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE'
+ ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE"
case "$cc" in
*gcc*) ;;
- *) ccflags="-qmaxmem=8192 $ccflags" ;;
+ *) ccflags="$ccflags -qmaxmem=8192" ;;
esac
nm_opt='-B'
;;
esac
if [ "X$usethreads" = "X$define" ]; then
- ccflags="-DNEED_PTHREAD_INIT $ccflags"
+ ccflags="$ccflags -DNEED_PTHREAD_INIT"
case "$cc" in
xlc_r | cc_r)
;;