Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (633033f612674791dbadcae5f209c62426e457c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <thomas-forum AT orgis.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (633033f612674791dbadcae5f209c62426e457c7)
  • Date: Sat, 26 May 2012 02:21:38 +0200

Am Fri, 25 May 2012 16:47:56 -0400
schrieb Sukneet Basuta <sukneet AT gmail.com>:

> On Fri, May 25, 2012 at 4:27 PM, Vlad Glagolev <stealth AT sourcemage.org>
> wrote:
> > Doesn't x86_64 arch already pass this flag?
> >
>
> native-x86_64-64 does not seem to.

That is curious. All my archspecs in the x86_64 category do. Like that:

if use_gcc 3.3. ; then
CFLAGS="-march=x86-64 -fPIC -DPIC"
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
CFLAGS="-march=k8 -fPIC -DPIC"
fi

(Hey, hey, a trace of prehistoric gcc;-) How come that this doesn't apply for
you?


Alrighty then,

Thomas

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page