3 Commits
2.8.1 ... 2.8.2

Author SHA1 Message Date
737dda2960 Update LLVM to 17.0.1 2023-09-21 15:09:24 +02:00
0d468bf245 Cleanup after NASM removal 2023-07-28 23:07:02 +02:00
b0baae79ba Update badge and URL for CI/CD 2023-07-18 14:55:02 +02:00
2 changed files with 3 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
<a href="https://git.codingworkshop.eu.org/xt-sys/xtchain"> <a href="https://git.codingworkshop.eu.org/xt-sys/xtchain">
<img alt="GIT Repository" src="https://img.shields.io/badge/Source-GIT-purple"> <img alt="GIT Repository" src="https://img.shields.io/badge/Source-GIT-purple">
</a> </a>
<a href="https://ci.codingworkshop.eu.org/xt-sys/xtchain"> <a href="https://git.codingworkshop.eu.org/xt-sys/xtchain/actions">
<img alt="Build Status" src="https://ci.codingworkshop.eu.org/api/badges/xt-sys/xtchain/status.svg"> <img alt="Build Status" src="https://codingworkshop.eu.org/actions.php?project=xt-sys/xtchain">
</a> </a>
<a href="https://git.codingworkshop.eu.org/xt-sys/xtchain/src/branch/master/COPYING.md"> <a href="https://git.codingworkshop.eu.org/xt-sys/xtchain/src/branch/master/COPYING.md">
<img alt="License" src="https://img.shields.io/badge/License-GPLv3-blue.svg"> <img alt="License" src="https://img.shields.io/badge/License-GPLv3-blue.svg">

View File

@@ -28,7 +28,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# LLVM Settings # LLVM Settings
LLVMDIR="${SRCDIR}/llvm" LLVMDIR="${SRCDIR}/llvm"
LLVMTAG="llvmorg-16.0.6" LLVMTAG="llvmorg-17.0.1"
LLVMVCS="https://github.com/llvm/llvm-project.git" LLVMVCS="https://github.com/llvm/llvm-project.git"
# Make Settings # Make Settings
@@ -43,11 +43,6 @@ MINGWTAG="master"
MINGWNTV="0x601" MINGWNTV="0x601"
MINGWVCS="https://github.com/mirror/mingw-w64.git" MINGWVCS="https://github.com/mirror/mingw-w64.git"
# NASM Settings
NASMDIR="${SRCDIR}/nasm"
NASMTAG="nasm-2.15.05"
NASMVCS="https://github.com/netwide-assembler/nasm.git"
# Ninja Settings # Ninja Settings
NINJADIR="${SRCDIR}/ninja" NINJADIR="${SRCDIR}/ninja"
NINJATAG="v1.11.0" NINJATAG="v1.11.0"