aboutsummaryrefslogtreecommitdiffstats
path: root/dist/termux.sh
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 20:46:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-06 07:30:46 +0100
commit99853361819bff87e7cf8103c5205721ec195c32 (patch)
tree29a6dda1199534497f5a09ea1268aa3a619c41b8 /dist/termux.sh
parent301f442a6e66a83b47ed7d40e5b61389b9c33446 (diff)
downloadghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.gz
ghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.bz2
ghdl-99853361819bff87e7cf8103c5205721ec195c32.zip
mv dist/* scripts/
Diffstat (limited to 'dist/termux.sh')
-rwxr-xr-xdist/termux.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/dist/termux.sh b/dist/termux.sh
deleted file mode 100755
index f2b115850..000000000
--- a/dist/termux.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-# Build and install GHDL on termux (https://termux.com/)
-
-cd $(dirname "$0")/..
-
-curl -fsSL https://its-pointless.github.io/setup-pointless-repo.sh | bash -
-pkg install gnat-10 llvm clang make
-setupgcc-10
-setup-patchforgcc
-
-mkdir -p build-termux
-cd build-termux
-CXX=clang++
-../configure --default-pic --enable-synth --with-llvm-config=llvm-config --prefix="$PREFIX"
-make
-make install