summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorrahulp132020-02-14 16:46:39 +0530
committerrahulp132020-02-14 16:46:39 +0530
commit7b66bb8a78a492d6b41ea9bb672d40655a7e3e00 (patch)
tree57ee612a55e9b8b18129642a0be6a682b28447c3 /Debian
parent026446c131be62253033b046de14e58eca9616b4 (diff)
downloadnghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.tar.gz
nghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.tar.bz2
nghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.zip
updated installer
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Ubuntu 16.04+/ghdl-0.36.tar.xzbin0 -> 3099688 bytes
-rwxr-xr-xDebian/Ubuntu 16.04+/install-nghdl.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz
new file mode 100644
index 0000000..f9edffa
--- /dev/null
+++ b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz
Binary files differ
diff --git a/Debian/Ubuntu 16.04+/install-nghdl.sh b/Debian/Ubuntu 16.04+/install-nghdl.sh
index 0078427..274d09c 100755
--- a/Debian/Ubuntu 16.04+/install-nghdl.sh
+++ b/Debian/Ubuntu 16.04+/install-nghdl.sh
@@ -270,7 +270,7 @@ elif [ $option == "--uninstall" ];then
echo "Removing GHDL......................"
sudo rm -rf /usr/local/bin/ghdl /usr/local/bin/ghdl1-llvm /usr/local/lib/ghdl /usr/local/lib/libghdlvpi.so /usr/local/include/vpi_user.h
echo "Removing LLVM......................"
- sudo apt-get remove -y llvm-3.9
+ sudo apt-get purge -y llvm-3.9
echo "Removing GNAT-5...................."
sudo apt purge -y gnat-5
else