diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-11-08 11:09:29 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-07 03:22:44 +0200 |
commit | 1b31b74333331c7e141190631e07469dfa1ece70 (patch) | |
tree | cf5aa0b32ae341fa92dec166b5601ccb8b79f884 /community/llvm3.7/config.guess.patch | |
parent | cd7e796072b2defa799dc93bcdeee8b5fc25de9e (diff) | |
download | aports-1b31b74333331c7e141190631e07469dfa1ece70.tar.bz2 aports-1b31b74333331c7e141190631e07469dfa1ece70.tar.xz |
community/llvm3.7: remove aport
Diffstat (limited to 'community/llvm3.7/config.guess.patch')
-rw-r--r-- | community/llvm3.7/config.guess.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/llvm3.7/config.guess.patch b/community/llvm3.7/config.guess.patch deleted file mode 100644 index d6dc20b84e..0000000000 --- a/community/llvm3.7/config.guess.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/autoconf/config.guess 2016-08-04 01:13:53.941899947 +0200 -+++ b/autoconf/config.guess 2016-08-04 01:16:30.084553757 +0200 -@@ -142,6 +142,10 @@ - - # Note: order is significant - the case branches are not exclusive. - -+if [ -n "$CBUILD" ]; then -+ echo "$CBUILD"; exit -+fi -+ - case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or |