Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master archspecs by Thomas Orgis (29eb8e882282c78b201d6227d333c47283392f19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master archspecs by Thomas Orgis (29eb8e882282c78b201d6227d333c47283392f19)
  • Date: Thu, 30 Nov 2006 19:39:11 +0100

On Tue, Nov 28, 2006 at 05:40:05AM -0600, Thomas Orgis wrote:
> GIT changes to master archspecs by Thomas Orgis <sobukus AT sourcemage.org>:
>
> 32/ppc/generic/g3/g3 | 2 +-
> 32/ppc/generic/g3/g3+ | 2 +-
> 32/ppc/generic/g4/g4 | 2 +-
> 32/ppc/generic/g4/g4+ | 2 +-
> 32/ppc/generic/g5/g5 | 2 +-
> 64/ppc/generic/g5/g5-64 | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> New commits:
> commit 29eb8e882282c78b201d6227d333c47283392f19
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> host is powerpc64-unknown-linux-gnu, see bug 8649
> I wonder how well a change of hostspec works for a running system...

It makes all cache files (the ones in /var/cache/sorcery) unused as they
are named after the host, that's why we usually avoid changing that.
Can anyone think of an easy way to work around this?

> commit ea549a6732c37bb76747baa51f28bec05a7b1143
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> changing the host to powerpc-unknown-linux-gnu to match the scheme used
> elsewhere, from bug 8649
>
> diff --git a/32/ppc/generic/g3/g3 b/32/ppc/generic/g3/g3
> index f2d1a31..504f2ea 100755
> --- a/32/ppc/generic/g3/g3
> +++ b/32/ppc/generic/g3/g3
> @@ -1,5 +1,5 @@
> CPUNAME="IBM/Motorola Powerpc G3 (740)"
> CFLAGS="-mcpu=740"
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> diff --git a/32/ppc/generic/g3/g3+ b/32/ppc/generic/g3/g3+
> index 5542228..f6cf490 100755
> --- a/32/ppc/generic/g3/g3+
> +++ b/32/ppc/generic/g3/g3+
> @@ -1,5 +1,5 @@
> CPUNAME="IBM/Motorola Powerpc G3 (750)"
> CFLAGS="-mcpu=750"
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> diff --git a/32/ppc/generic/g4/g4 b/32/ppc/generic/g4/g4
> index 4da260b..9725276 100755
> --- a/32/ppc/generic/g4/g4
> +++ b/32/ppc/generic/g4/g4
> @@ -4,6 +4,6 @@ if use_gcc2; then
> else
> CFLAGS="-mcpu=7400 -maltivec -mabi=altivec"
> fi
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> diff --git a/32/ppc/generic/g4/g4+ b/32/ppc/generic/g4/g4+
> index df318c6..80e0fde 100755
> --- a/32/ppc/generic/g4/g4+
> +++ b/32/ppc/generic/g4/g4+
> @@ -4,6 +4,6 @@ if use_gcc2; then
> else
> CFLAGS="-mcpu=7450 -maltivec -mabi=altivec"
> fi
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> diff --git a/32/ppc/generic/g5/g5 b/32/ppc/generic/g5/g5
> index ea4df6f..34afccd 100755
> --- a/32/ppc/generic/g5/g5
> +++ b/32/ppc/generic/g5/g5
> @@ -1,5 +1,5 @@
> CPUNAME="IBM/Motorola Powerpc G5 (860)"
> CFLAGS="-mcpu=860 -maltivec -mabi=altivec"
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> diff --git a/64/ppc/generic/g5/g5-64 b/64/ppc/generic/g5/g5-64
> index e4ff4d1..ed2de1d 100755
> --- a/64/ppc/generic/g5/g5-64
> +++ b/64/ppc/generic/g5/g5-64
> @@ -1,5 +1,5 @@
> CPUNAME="IBM/Motorola Powerpc G5 (860) 64Bit Mode"
> CFLAGS="-mcpu=860 -maltivec -mabi=altivec -mpowerpc64"
> - HOST="powerpc-linux-gnu"
> + HOST="powerpc64-unknown-linux-gnu"
> FAST="-O3"
> SMALL="-Os"
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page