summaryrefslogtreecommitdiff
path: root/strata/swift/gf-complete.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/swift/gf-complete.morph')
-rw-r--r--strata/swift/gf-complete.morph19
1 files changed, 0 insertions, 19 deletions
diff --git a/strata/swift/gf-complete.morph b/strata/swift/gf-complete.morph
deleted file mode 100644
index adbe5a48..00000000
--- a/strata/swift/gf-complete.morph
+++ /dev/null
@@ -1,19 +0,0 @@
-name: gf-complete
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./autogen.sh
-configure-commands:
-- |
- case "$MORPH_ARCH" 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"