Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-02-21 03:28:29 +0300
committerPatryk Obara <patryk.obara@gmail.com>2021-02-21 20:13:12 +0300
commitaf3da609a2fa49cdbe1e5315b936b2c5020db85b (patch)
tree1a2dfd2856525c0f4a9de6095a2972b54f2b8042 /scripts
parent3cac04135b3f8c012f71efb3238924b40e878aa5 (diff)
Remove compiler-related automator files
Diffstat (limited to 'scripts')
-rw-r--r--scripts/automator/packages/clang-apt0
-rw-r--r--scripts/automator/packages/clang-brew3
-rw-r--r--scripts/automator/packages/clang-defaults2
-rw-r--r--scripts/automator/packages/clang-dnf0
-rw-r--r--scripts/automator/packages/clang-haikuports1
-rw-r--r--scripts/automator/packages/clang-macports2
-rw-r--r--scripts/automator/packages/clang-msys24
-rw-r--r--scripts/automator/packages/clang-pacman0
-rw-r--r--scripts/automator/packages/clang-vcpkg4
-rw-r--r--scripts/automator/packages/clang-zypper0
-rw-r--r--scripts/automator/packages/gcc-apt2
-rw-r--r--scripts/automator/packages/gcc-brew0
-rw-r--r--scripts/automator/packages/gcc-defaults1
-rw-r--r--scripts/automator/packages/gcc-dnf2
-rw-r--r--scripts/automator/packages/gcc-haikuports0
-rw-r--r--scripts/automator/packages/gcc-macports0
-rw-r--r--scripts/automator/packages/gcc-msys23
-rw-r--r--scripts/automator/packages/gcc-pacman0
-rw-r--r--scripts/automator/packages/gcc-vcpkg4
-rw-r--r--scripts/automator/packages/gcc-zypper0
20 files changed, 0 insertions, 28 deletions
diff --git a/scripts/automator/packages/clang-apt b/scripts/automator/packages/clang-apt
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/clang-apt
+++ /dev/null
diff --git a/scripts/automator/packages/clang-brew b/scripts/automator/packages/clang-brew
deleted file mode 100644
index 03221244c..000000000
--- a/scripts/automator/packages/clang-brew
+++ /dev/null
@@ -1,3 +0,0 @@
-# Brew does not supply "clang", so exclude it here
-compiler=""
-
diff --git a/scripts/automator/packages/clang-defaults b/scripts/automator/packages/clang-defaults
deleted file mode 100644
index 3e13216fb..000000000
--- a/scripts/automator/packages/clang-defaults
+++ /dev/null
@@ -1,2 +0,0 @@
-compiler=(clang${postfix})
-
diff --git a/scripts/automator/packages/clang-dnf b/scripts/automator/packages/clang-dnf
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/clang-dnf
+++ /dev/null
diff --git a/scripts/automator/packages/clang-haikuports b/scripts/automator/packages/clang-haikuports
deleted file mode 100644
index 95253eb3d..000000000
--- a/scripts/automator/packages/clang-haikuports
+++ /dev/null
@@ -1 +0,0 @@
-compiler=(llvm${postfix}_clang)
diff --git a/scripts/automator/packages/clang-macports b/scripts/automator/packages/clang-macports
deleted file mode 100644
index 087b8d4a4..000000000
--- a/scripts/automator/packages/clang-macports
+++ /dev/null
@@ -1,2 +0,0 @@
-# macports doesn't supply Clang, so knock it out here
-compiler=""
diff --git a/scripts/automator/packages/clang-msys2 b/scripts/automator/packages/clang-msys2
deleted file mode 100644
index bf1117b27..000000000
--- a/scripts/automator/packages/clang-msys2
+++ /dev/null
@@ -1,4 +0,0 @@
-# Under MSYS2, only the 'default' version is available, so we don't postfix the package
-compiler="mingw-w64-${pkg_type}-${selected_type}"
-
-
diff --git a/scripts/automator/packages/clang-pacman b/scripts/automator/packages/clang-pacman
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/clang-pacman
+++ /dev/null
diff --git a/scripts/automator/packages/clang-vcpkg b/scripts/automator/packages/clang-vcpkg
deleted file mode 100644
index 3ec49cc7e..000000000
--- a/scripts/automator/packages/clang-vcpkg
+++ /dev/null
@@ -1,4 +0,0 @@
-# vcpkg doesn't provide clang or gcc, because it assumes you're using MS VisualStudio.
-# So we knock out the compiler.
-compiler=""
-
diff --git a/scripts/automator/packages/clang-zypper b/scripts/automator/packages/clang-zypper
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/clang-zypper
+++ /dev/null
diff --git a/scripts/automator/packages/gcc-apt b/scripts/automator/packages/gcc-apt
deleted file mode 100644
index 1b851dc9a..000000000
--- a/scripts/automator/packages/gcc-apt
+++ /dev/null
@@ -1,2 +0,0 @@
-compiler=(g++${postfix})
-
diff --git a/scripts/automator/packages/gcc-brew b/scripts/automator/packages/gcc-brew
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/gcc-brew
+++ /dev/null
diff --git a/scripts/automator/packages/gcc-defaults b/scripts/automator/packages/gcc-defaults
deleted file mode 100644
index 991738831..000000000
--- a/scripts/automator/packages/gcc-defaults
+++ /dev/null
@@ -1 +0,0 @@
-compiler=(gcc${postfix})
diff --git a/scripts/automator/packages/gcc-dnf b/scripts/automator/packages/gcc-dnf
deleted file mode 100644
index e6f52d2ab..000000000
--- a/scripts/automator/packages/gcc-dnf
+++ /dev/null
@@ -1,2 +0,0 @@
-# DNF provides a 'default' version of gcc is available, so we avoid post-fixing the version
-compiler=(gcc g++)
diff --git a/scripts/automator/packages/gcc-haikuports b/scripts/automator/packages/gcc-haikuports
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/gcc-haikuports
+++ /dev/null
diff --git a/scripts/automator/packages/gcc-macports b/scripts/automator/packages/gcc-macports
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/gcc-macports
+++ /dev/null
diff --git a/scripts/automator/packages/gcc-msys2 b/scripts/automator/packages/gcc-msys2
deleted file mode 100644
index fb38a352b..000000000
--- a/scripts/automator/packages/gcc-msys2
+++ /dev/null
@@ -1,3 +0,0 @@
-# Under MSYS2 only the 'default' version of gcc is available, so we don't postfix it with the version
-compiler="mingw-w64-${pkg_type}-${selected_type}"
-
diff --git a/scripts/automator/packages/gcc-pacman b/scripts/automator/packages/gcc-pacman
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/gcc-pacman
+++ /dev/null
diff --git a/scripts/automator/packages/gcc-vcpkg b/scripts/automator/packages/gcc-vcpkg
deleted file mode 100644
index 533ed5dcc..000000000
--- a/scripts/automator/packages/gcc-vcpkg
+++ /dev/null
@@ -1,4 +0,0 @@
-# vcpkg doesn't provide clang or gcc, because it assumes you're using MS VisualStudio.
-# So we knock out the compiler.
-compiler=""
-
diff --git a/scripts/automator/packages/gcc-zypper b/scripts/automator/packages/gcc-zypper
deleted file mode 100644
index e69de29bb..000000000
--- a/scripts/automator/packages/gcc-zypper
+++ /dev/null