components/erlang/Makefile
changeset 1120 87d4e3f1bdb4
parent 1119 8acf1591784d
child 1218 3de6dd637a9a
equal deleted inserted replaced
1119:8acf1591784d 1120:87d4e3f1bdb4
    74 
    74 
    75 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    75 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    76 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS) -I/usr/include/gd2"
    76 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS) -I/usr/include/gd2"
    77 CONFIGURE_OPTIONS += --enable-smp-support
    77 CONFIGURE_OPTIONS += --enable-smp-support
    78 CONFIGURE_OPTIONS += --enable-threads
    78 CONFIGURE_OPTIONS += --enable-threads
       
    79 # The HiPE portion is a bit sensitive, and only seems to work 64-bit on 
       
    80 # amd64 (thus the variant.arch tagging in erlang.p5m). erts/config.log
       
    81 # can be very interesting if issues occur. 
    79 CONFIGURE_OPTIONS += --enable-hipe
    82 CONFIGURE_OPTIONS += --enable-hipe
    80 CONFIGURE_OPTIONS += --with-ssl
    83 CONFIGURE_OPTIONS += --with-ssl
    81 CONFIGURE_OPTIONS += --enable-dynamic-ssl-lib
    84 CONFIGURE_OPTIONS += --enable-dynamic-ssl-lib
    82 
    85 
    83 CONFIGURE_OPTIONS.64 += LDFLAGS="$(LDFLAGS) -m64"
    86 CONFIGURE_OPTIONS.64 += LDFLAGS="$(LDFLAGS) -m64"