summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 11:50:15 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 16:14:54 +0000
commit66185d7f2b965b379fd10c77088eaf404a0ec6d1 (patch)
treefdab3e81485c7fe2f3871f11a14ba83a351d0581 /strata
parent8b5fed695af4d4c87020fe75a04d48d2cb9e6892 (diff)
downloaddefinitions-66185d7f2b965b379fd10c77088eaf404a0ec6d1.tar.gz
Revert "Add the clang compiler"
This reverts commit 0f6eb4e0b91132e3eefa9b43b86b80892f323b84. Conflicts: systems/devel-system-armv7-chroot.morph systems/devel-system-armv7-highbank.morph systems/devel-system-armv7-versatile.morph systems/devel-system-armv7-wandboard.morph systems/devel-system-armv7b-chroot.morph systems/devel-system-armv7b-highbank.morph systems/devel-system-armv7l-altera-socfpga-devkit.morph systems/devel-system-armv7lhf-chroot.morph systems/devel-system-armv7lhf-highbank.morph systems/devel-system-armv7lhf-jetson.morph systems/devel-system-armv7lhf-wandboard.morph systems/devel-system-armv8b64.morph systems/devel-system-armv8l64.morph systems/devel-system-ppc64-chroot.morph systems/devel-system-ppc64-generic.morph systems/devel-system-x86_32-chroot.morph systems/devel-system-x86_32-generic.morph systems/devel-system-x86_64-chroot.morph systems/devel-system-x86_64-generic.morph systems/devel-system-x86_64-vagrant.morph Change-Id: I43429b479c8f068c073bb57322623c554cd4587a
Diffstat (limited to 'strata')
-rw-r--r--strata/compilers-extra.morph17
-rw-r--r--strata/compilers-extra/clang.morph10
-rw-r--r--strata/compilers-extra/compiler-rt.morph10
3 files changed, 0 insertions, 37 deletions
diff --git a/strata/compilers-extra.morph b/strata/compilers-extra.morph
deleted file mode 100644
index e96be69e..00000000
--- a/strata/compilers-extra.morph
+++ /dev/null
@@ -1,17 +0,0 @@
-name: compilers-extra
-kind: stratum
-description: |
- Extra compilers in addition to the ones in build-essential
-build-depends:
-- morph: strata/llvm-common.morph
-chunks:
-- name: clang
- morph: strata/compilers-extra/clang.morph
- repo: upstream:clang
- ref: 40b68b4c02b9d9e1e4138815747adf5589496240
- unpetrify-ref: release_37
-- name: compiler-rt
- morph: strata/compilers-extra/compiler-rt.morph
- repo: upstream:compiler-rt
- ref: b5214093d4c91ed5352d35ee9126665fabfa97fe
- unpetrify-ref: release_37
diff --git a/strata/compilers-extra/clang.morph b/strata/compilers-extra/clang.morph
deleted file mode 100644
index fb7c1ff6..00000000
--- a/strata/compilers-extra/clang.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: clang
-kind: chunk
-build-system: cmake
-configure-commands:
-- mkdir o
-- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release ..
-build-commands:
-- cd o && make
-install-commands:
-- cd o && make DESTDIR="$DESTDIR" install
diff --git a/strata/compilers-extra/compiler-rt.morph b/strata/compilers-extra/compiler-rt.morph
deleted file mode 100644
index a1c9085b..00000000
--- a/strata/compilers-extra/compiler-rt.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: compiler-rt
-kind: chunk
-build-system: cmake
-configure-commands:
-- mkdir o
-- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release ..
-build-commands:
-- cd o && make
-install-commands:
-- cd o && make DESTDIR="$DESTDIR" install