summaryrefslogtreecommitdiff
path: root/repo/devel/llvm/libcxxabi.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/llvm/libcxxabi.xibuild')
-rw-r--r--repo/devel/llvm/libcxxabi.xibuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/repo/devel/llvm/libcxxabi.xibuild b/repo/devel/llvm/libcxxabi.xibuild
deleted file mode 100644
index 71f36ba..0000000
--- a/repo/devel/llvm/libcxxabi.xibuild
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-DESC="Low level support for libc++"
-
-package () {
- add_from_main "usr/lib/libc++abi.so.*" \
- usr/lib/libc++abi.so \
- usr/lib/libc++abi.a \
- "usr/include/*cxxabi*"
-}