public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/site/
Date: Tue, 26 May 2015 14:04:41 +0000 (UTC)	[thread overview]
Message-ID: <1432648905.9d7be2d6a76c31c57c2da395b4b7a953ffbb41de.vapier@gentoo> (raw)

commit:     9d7be2d6a76c31c57c2da395b4b7a953ffbb41de
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Tue May 26 14:01:45 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue May 26 14:01:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9d7be2d6

config.site: fix site accumulation some more

The previous code also relied on partial substrings so that linux-gnueabi
would load both linux-gnu and linux-gnueabi.  Restore that logic as well.

URL: https://bugs.gentoo.org/497626
Signed-off-by: Mike Frysinger <vapier <AT> chromium.org>

 wrappers/site/config.site | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wrappers/site/config.site b/wrappers/site/config.site
index b1bba1e..f79869c 100755
--- a/wrappers/site/config.site
+++ b/wrappers/site/config.site
@@ -30,6 +30,9 @@ config_site_names() {
 	case ${CHOST} in
 	*-linux-uclibc)     sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
 	*-linux-gnu)        sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
+	esac
+
+	case ${CHOST} in
 	*-linux-uclibceabi) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
 	*-linux-gnueabi)    sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
 	esac


             reply	other threads:[~2015-05-26 14:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26 14:04 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-09 16:35 [gentoo-commits] proj/crossdev:master commit in: wrappers/site/ Jakov Smolić
2025-01-19 17:06 Sam James
2024-02-09  6:16 Sam James
2023-02-09  0:47 Sam James
2022-12-27 16:06 Sam James
2022-06-17  2:44 Sam James
2018-07-31  6:44 Sergei Trofimovich
2017-12-31 13:50 Sergei Trofimovich
2017-12-31 13:50 Sergei Trofimovich
2016-06-02 15:56 Mike Frysinger
2015-07-16  8:31 Mike Frysinger
2015-05-31  3:30 Mike Frysinger
2015-05-30  9:04 Mike Frysinger
2015-05-27 15:00 Mike Frysinger
2015-05-25 10:08 Mike Frysinger
2015-02-24 19:15 Mike Frysinger
2015-02-24 19:15 Mike Frysinger
2014-10-31  2:15 Mike Frysinger
2014-07-29  6:07 Mike Frysinger
2014-09-17 21:41 ` Mike Frysinger
2012-07-21 16:46 Mike Frysinger
2012-05-30 15:28 Mike Frysinger
2012-03-05 23:15 Mike Frysinger
2011-08-18 20:06 Mike Frysinger
2011-05-15 14:27 Diego Elio Pettenò
2011-03-10  4:59 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432648905.9d7be2d6a76c31c57c2da395b4b7a953ffbb41de.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox