fix Makefile, add options --without-circes=no und --without-javac=no

master
serkus01 2 years ago
parent fa32043d46
commit e3fc43e1a5

@ -1,6 +1,7 @@
PKG_NAME := erlang
PKG_VER := 25.0
HOMEPAGE="https://www.erlang.org/"
PKG_SOURCES := https://github.com/erlang/otp/releases/download/OTP-25.0/otp_src_25.0.tar.gz
PKG_MD5 := 3c4c9da083f2a6b89aa1766415339d0c
@ -15,10 +16,11 @@ $(CONFIGURE) :
cd $(PKG_SOURCE_DIR) && ( \
./configure --host=$(AUTOCONF_TARGET_TRIPLET) \
--target=$(AUTOCONF_TARGET_TRIPLET) \
--without-curses=no \
--without-javac=no \
CC=$(EMBOX_GCC) \
)
touch $@
$(BUILD) :
cd $(PKG_SOURCE_DIR) && ( \
$(MAKE) MAKEFLAGS='$(EMBOX_IMPORTED_MAKEFLAGS)'; \

@ -1,4 +1,4 @@
-module(привет).
main() ->
init() ->
io:format("Привет МИР!!!").

Loading…
Cancel
Save