aboutsummaryrefslogtreecommitdiffstats
path: root/xcomp
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-12-11 18:06:22 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:16:02 +0100
commit455f6ea4f04a2289f3ee6b39cdd415513a42f759 (patch)
treef4be0bf64acb98d543cbd4c029a63ab280332667 /xcomp
parent8080aa615ad9d82bfb7e2d9b92d45b9c81a95929 (diff)
downloadotp-455f6ea4f04a2289f3ee6b39cdd415513a42f759.tar.gz
otp-455f6ea4f04a2289f3ee6b39cdd415513a42f759.tar.bz2
otp-455f6ea4f04a2289f3ee6b39cdd415513a42f759.zip
ose: Disable non-ose relevant apps
Diffstat (limited to 'xcomp')
-rw-r--r--xcomp/erl-xcomp-powerpc-ose5.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/xcomp/erl-xcomp-powerpc-ose5.conf b/xcomp/erl-xcomp-powerpc-ose5.conf
index 6cf4b2f9fb..63c64b1efd 100644
--- a/xcomp/erl-xcomp-powerpc-ose5.conf
+++ b/xcomp/erl-xcomp-powerpc-ose5.conf
@@ -85,9 +85,11 @@ erl_xcomp_build=guess
# `$ERL_TOP/erts/autoconf/config.sub $erl_xcomp_host'.
erl_xcomp_host="powerpc-ose"
+disabled_apps="--without-ssl --without-erl_interface --without-os_mon --without-megaco --without-observer --without-wx --without-appmon --without-cosEvent --without-cosEventDomain --without-cosFileTransfer --without-cosNotification --without-cosProperty --without-cosTime --without-cosTransactions --without-debugger --without-dialyzer --without-edoc --without-erl_docgen --without-eunit --without-gs --without-hipe --without-ic --without-orber --without-pman --without-toolbar --without-tv --without-webtool --without-typer"
+
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
-erl_xcomp_configure_flags="--disable-kernel-poll --disable-hipe --without-termcap --without-javac --disable-dynamic-ssl-lib --disable-shared-zlib --without-ssl --enable-static-nifs=$ERL_TOP/lib/asn1/priv/lib/powerpc-unknown-ose/asn1rt_nif.a"
+erl_xcomp_configure_flags="--disable-kernel-poll --disable-hipe --without-termcap --without-javac --disable-dynamic-ssl-lib --disable-shared-zlib ${disabled_apps} --enable-static-nifs=$ERL_TOP/lib/asn1/priv/lib/powerpc-unknown-ose/asn1rt_nif.a"
## -- Cross Compiler and Other Tools -------------------------------------------