This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.000 patch.0i: fix glaring mistakes in patches a-h
[perl5.git] / hints / aix.sh
CommitLineData
a0d0e21e
LW
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
TB
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
LW
17
18ccflags='-D_ALL_SOURCE'
19# Make setsockopt work correctly. See man page.
20# ccflags='-D_BSD=44'