81d2a0c91fb574b4e70c05ea7219bdc08508da7a
[p5sagit/p5-mst-13.2.git] / hints / aix.sh
1 d_fchmod=undef
2 d_setrgid='undef'
3 d_setruid='undef'
4 alignbytes=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.
9 ccdlflags='-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.
13 # -bI:$(TOP)/perl.exp   Read the exported symbols from the perl binary
14 # -bE:$(EXT).exp        Export these symbols.  This file contains only one
15 #                       symbol: boot_$(EXP)  can it be auto-generated?
16 lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(TOP)/perl.exp -bE:$(EXT).exp -e _nostart -lc'
17
18 ccflags='-D_ALL_SOURCE'
19 # Make setsockopt work correctly.  See man page.
20 # ccflags='-D_BSD=44'