components/perl512/Makefile
changeset 215 e541da761f3d
parent 181 87e11e685b1f
child 277 12ebd29ad46c
equal deleted inserted replaced
214:7503f0ee070d 215:e541da761f3d
    31 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    32 
    32 
    33 include ../../make-rules/prep.mk
    33 include ../../make-rules/prep.mk
    34 include ../../make-rules/justmake.mk
    34 include ../../make-rules/justmake.mk
    35 include ../../make-rules/ips.mk
    35 include ../../make-rules/ips.mk
       
    36 
       
    37 #
       
    38 # Override these compiler settings because they are causing problems
       
    39 # in the ON build of the contrib components.
       
    40 # ON doesn't use or need these settings or the compiler has some of them
       
    41 # on by default.
       
    42 # This also produces a perl more inline with past perl's.  For better
       
    43 # or worse.
       
    44 #
       
    45 studio_XBITS=
       
    46 studio_XREGS=
       
    47 studio_IROPTS=
       
    48 studio_C99MODE=
       
    49 studio_ALIGN=
       
    50 studio_MT=
    36 
    51 
    37 #
    52 #
    38 # The extra Configure parameters (cf_email, cf_by, myhostname) and
    53 # The extra Configure parameters (cf_email, cf_by, myhostname) and
    39 # the gawk and sed that follow are attempting to sanatize the
    54 # the gawk and sed that follow are attempting to sanatize the
    40 # resulting config.sh of values from our build environment that
    55 # resulting config.sh of values from our build environment that