* [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/mips/, profiles/musl/linux/arm/armv7a/, profiles/musl/linux/, ...
@ 2012-08-04 0:46 Anthony G. Basile
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2012-08-04 0:46 UTC (permalink / raw
To: gentoo-commits
commit: ba9a6a92bffa7f0950b6b9f1eab262f7ec16c72e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 00:46:34 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 00:46:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=ba9a6a92
profiles: correct CHOST tuples
---
profiles/musl/linux/amd64/make.defaults | 2 +-
profiles/musl/linux/arm/armv7a/make.defaults | 2 +-
profiles/musl/linux/arm/make.defaults | 2 +-
profiles/musl/linux/make.defaults | 2 +-
profiles/musl/linux/mips/make.defaults | 2 +-
profiles/musl/linux/mips/mipsel/make.defaults | 2 +-
profiles/musl/linux/ppc/make.defaults | 2 +-
profiles/musl/linux/x86/make.defaults | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/profiles/musl/linux/amd64/make.defaults b/profiles/musl/linux/amd64/make.defaults
index c4a8a7b..8112bba 100644
--- a/profiles/musl/linux/amd64/make.defaults
+++ b/profiles/musl/linux/amd64/make.defaults
@@ -1,3 +1,3 @@
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
-CHOST="x86_64-gentoo-linux-uclibc"
+CHOST="x86_64-gentoo-linux-musl"
diff --git a/profiles/musl/linux/arm/armv7a/make.defaults b/profiles/musl/linux/arm/armv7a/make.defaults
index ea07cdd..a8ea1e3 100644
--- a/profiles/musl/linux/arm/armv7a/make.defaults
+++ b/profiles/musl/linux/arm/armv7a/make.defaults
@@ -1,4 +1,4 @@
-CHOST="armv7a-unknown-linux-uclibc"
+CHOST="armv7a-unknown-linux-musl"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
diff --git a/profiles/musl/linux/arm/make.defaults b/profiles/musl/linux/arm/make.defaults
index 21c74d2..f4c165e 100644
--- a/profiles/musl/linux/arm/make.defaults
+++ b/profiles/musl/linux/arm/make.defaults
@@ -1,7 +1,7 @@
ARCH="arm"
ACCEPT_KEYWORDS="${ARCH}"
-CHOST="arm-unknown-linux-uclibc"
+CHOST="arm-unknown-linux-musl"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
diff --git a/profiles/musl/linux/make.defaults b/profiles/musl/linux/make.defaults
index 82494bc..fc3acb7 100644
--- a/profiles/musl/linux/make.defaults
+++ b/profiles/musl/linux/make.defaults
@@ -3,4 +3,4 @@ CXXFLAGS="${CFLAGS}"
PORTAGE_LIBC="musl"
ELIBC=musl
FEATURES="sandbox sfperms strict"
-USE="ncurses nptl pic readline uclibc unicode xattr zlib -pam"
+USE="ncurses nptl pic readline unicode xattr zlib -pam"
diff --git a/profiles/musl/linux/mips/make.defaults b/profiles/musl/linux/mips/make.defaults
index 6047afb..7a18eee 100644
--- a/profiles/musl/linux/mips/make.defaults
+++ b/profiles/musl/linux/mips/make.defaults
@@ -1,3 +1,3 @@
ARCH="mips"
ACCEPT_KEYWORDS="mips ~mips"
-CHOST="mips-gentoo-linux-uclibc"
+CHOST="mips-gentoo-linux-musl"
diff --git a/profiles/musl/linux/mips/mipsel/make.defaults b/profiles/musl/linux/mips/mipsel/make.defaults
index 60f230b..6b92e77 100644
--- a/profiles/musl/linux/mips/mipsel/make.defaults
+++ b/profiles/musl/linux/mips/mipsel/make.defaults
@@ -1,3 +1,3 @@
ARCH="mips"
ACCEPT_KEYWORDS="mips ~mips"
-CHOST="mipsel-gentoo-linux-uclibc"
+CHOST="mipsel-gentoo-linux-musl"
diff --git a/profiles/musl/linux/ppc/make.defaults b/profiles/musl/linux/ppc/make.defaults
index 495d62e..6bd588f 100644
--- a/profiles/musl/linux/ppc/make.defaults
+++ b/profiles/musl/linux/ppc/make.defaults
@@ -1,3 +1,3 @@
ARCH="ppc"
ACCEPT_KEYWORDS="ppc"
-CHOST="powerpc-unknown-linux-uclibc"
+CHOST="powerpc-unknown-linux-musl"
diff --git a/profiles/musl/linux/x86/make.defaults b/profiles/musl/linux/x86/make.defaults
index fa5e874..9244f46 100644
--- a/profiles/musl/linux/x86/make.defaults
+++ b/profiles/musl/linux/x86/make.defaults
@@ -1,3 +1,3 @@
ARCH="x86"
ACCEPT_KEYWORDS="x86"
-CHOST="i386-gentoo-linux-uclibc"
+CHOST="i386-gentoo-linux-musl"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-04 0:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 0:46 [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/mips/, profiles/musl/linux/arm/armv7a/, profiles/musl/linux/, Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox