diff options
author | Andy Lester <andy@petdance.com> | 2005-05-19 07:32:56 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-20 07:53:46 +0000 |
commit | 0dbb1585a715e56312e579a5f0e7f82241b38352 (patch) | |
tree | 7d159917164aa7ac921935b3fbff5b5d86aec0c7 /hints | |
parent | 78b9063ba31cc2a48b78683b758601c04e4eb340 (diff) | |
download | perl-0dbb1585a715e56312e579a5f0e7f82241b38352.tar.gz |
Attribute configuration
Message-ID: <20050519173256.GA29039@petdance.com>
p4raw-id: //depot/perl@24508
Diffstat (limited to 'hints')
-rw-r--r-- | hints/next_3_0.sh | 10 | ||||
-rw-r--r-- | hints/vmesa.sh | 8 |
2 files changed, 16 insertions, 2 deletions
diff --git a/hints/next_3_0.sh b/hints/next_3_0.sh index b444578830..06d122ac96 100644 --- a/hints/next_3_0.sh +++ b/hints/next_3_0.sh @@ -16,7 +16,7 @@ echo find it. By default, it is placed in /usr/local/include/gdbm.h. >&4 echo It will not be found there. Try moving it to >&4 echo /NextDeveloper/Headers/bsd/gdbm.h. >&4 -ccflags="$ccflags -DUSE_NEXT_CTYPE -DNEXT30_NO_ATTRIBUTE" +ccflags="$ccflags -DUSE_NEXT_CTYPE" POSIX_cflags='ccflags="-posix $ccflags"' useposix='undef' ldflags="$ldflags -u libsys_s" @@ -51,3 +51,11 @@ d_setpgid='undef' # (Thanks to Andreas Koenig <k@franz.ww.tu-berlin.de>) ranlib='sleep 5; /bin/ranlib' +# Doesn't support attributes, so we'll set that here. +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' diff --git a/hints/vmesa.sh b/hints/vmesa.sh index 5fad22bf8b..bda26fcb14 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -25,7 +25,13 @@ d_alarm='define' d_archlib='define' # randbits='15' archobjs="vmesa.o" -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='define' d_bcopy='define' d_bsd='undef' |