From c3a81b927c67cb766c3e0bafd7da14d6520c3140 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Mon, 20 Feb 2017 15:18:14 +0100 Subject: profiles/prefix/cygwin: stop accepting ~amd64-linux Since ~x64-cygwin keywords are in place, there's no need any more to accept ~amd64-linux keywords. --- profiles/prefix/windows/cygwin/x64/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/prefix/windows') diff --git a/profiles/prefix/windows/cygwin/x64/make.defaults b/profiles/prefix/windows/cygwin/x64/make.defaults index e243a8c6877a..a018bd9f764e 100644 --- a/profiles/prefix/windows/cygwin/x64/make.defaults +++ b/profiles/prefix/windows/cygwin/x64/make.defaults @@ -4,7 +4,7 @@ ARCH="x64-cygwin" CHOST="x86_64-pc-cygwin" -ACCEPT_KEYWORDS="~x64-cygwin ~amd64-linux" +ACCEPT_KEYWORDS="~x64-cygwin" # We don't have lib64 in prefix so, remove it here. SYMLINK_LIB="" -- cgit v1.2.3-65-gdbad