This is my patch patch.0a for perl5.000.
[p5sagit/p5-mst-13.2.git] / hints / aix.sh
CommitLineData
a0d0e21e 1d_fchmod=undef
2d_setrgid='undef'
3d_setruid='undef'
4alignbytes=8
5
6# Changes for dynamic linking by Wayne Scott (wscott@ichips.intel.com)
7#
8# Tell perl which symbols to export for dynamic linking.
9ccdlflags='-bE:perl.exp'
10
11# The first 3 options would not be needed if dynamic libs. could be linked
12# with the compiler instead of ld.
42793c05 13# -bI:$(PERL_INC)/perl.exp Read the exported symbols from the perl binary
14# -bE:$(BASEEXT).exp Export these symbols. This file contains only one
15# symbol: boot_$(EXP) can it be auto-generated?
16lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -e _nostart -lc'
a0d0e21e 17
18ccflags='-D_ALL_SOURCE'
19# Make setsockopt work correctly. See man page.
20# ccflags='-D_BSD=44'