summaryrefslogtreecommitdiff
path: root/strata/swift
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
committerFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
commit35d2ba0c2b7e6957b85b34b89985b8b45898cf84 (patch)
tree27d2874563e08e20f645ff094e28ea4980478c21 /strata/swift
parent308d8b3ea55fb81eb8fdd81c37d0352f4b74edd0 (diff)
downloaddefinitions-35d2ba0c2b7e6957b85b34b89985b8b45898cf84.tar.gz
Firehose test commit
Diffstat (limited to 'strata/swift')
-rw-r--r--strata/swift/gf-complete.morph20
-rw-r--r--strata/swift/liberasurecode.morph5
2 files changed, 0 insertions, 25 deletions
diff --git a/strata/swift/gf-complete.morph b/strata/swift/gf-complete.morph
deleted file mode 100644
index e8965c76..00000000
--- a/strata/swift/gf-complete.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-name: gf-complete
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./autogen.sh
-configure-commands:
-- |
- cpu="$(echo $TARGET | cut -d '-' -f 1)"
- case "$cpu" in
- x86_64)
- SSE=
- ;;
- *)
- # Disable SSE4 for any architecture which are not x86_64 bits
- # see more information about architecture which support SSE in
- # https://en.wikipedia.org/wiki/SSE4#Supporting_CPUs.
- SSE=--disable-sse
- ;;
- esac
- ./configure --prefix="$PREFIX" "$SSE"
diff --git a/strata/swift/liberasurecode.morph b/strata/swift/liberasurecode.morph
deleted file mode 100644
index 68839403..00000000
--- a/strata/swift/liberasurecode.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: liberasurecode
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- autoreconf -ivf