On Sat, Dec 07, 2002 at 07:24:02PM +0200, Vallo Kallaste wrote:
> On Fri, Dec 06, 2002 at 10:26:24PM -0500, Alexander Kabaev
> <[EMAIL PROTECTED]> wrote:
>
> > On Fri, 6 Dec 2002 23:26:52 +0200
> > Vallo Kallaste <[EMAIL PROTECTED]> wrote:
> >
> > > I've built it yesterday together with a lots of
On Fri, Dec 06, 2002 at 10:26:24PM -0500, Alexander Kabaev
<[EMAIL PROTECTED]> wrote:
> On Fri, 6 Dec 2002 23:26:52 +0200
> Vallo Kallaste <[EMAIL PROTECTED]> wrote:
>
> > I've built it yesterday together with a lots of other stuff. Using
> > other -march values than i686 is unofficially claimed
On Fri, 6 Dec 2002 23:26:52 +0200
Vallo Kallaste <[EMAIL PROTECTED]> wrote:
> I've built it yesterday together with a lots of other stuff. Using
> other -march values than i686 is unofficially claimed to be
> unsupported (kan@freebsd). As others I'll bet the -march=p4 is
> causing problems, i686 w
There is no default CPUTYPE. If there is no CPUTYPE, and you are on
i386, -mcpu=pentiumpro gets added (top of bsd.cpu.mk).
Oops! Yes, you're right. I think I got confused by the #CPUTYPE?=i686 in
the example make.conf.
Marc
"Premature optimization is the root of all evil." -- Donald E. Knuth
T
The CPUTYPE is not i686 by default.
Stupid me... Of course, you're right.
Marc
"Premature optimization is the root of all evil." -- Donald E. Knuth
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Marc Recht wrote:
> -march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I
Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default).
At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly.
> doubt this is the cause of the problem. It's more likely t
On Sat, Dec 07, 2002 at 12:09:04AM +0100, Marc Recht wrote:
> >-march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I
> Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default).
> At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly.
The CPUTYPE is no
In the last episode (Dec 07), Marc Recht said:
> >-march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I
> Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default).
> At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly.
There is no default CPUTYPE.
-march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I
Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default).
At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly.
doubt this is the cause of the problem. It's more likely to be a
stale dependency
On Fri, Dec 06, 2002 at 07:29:55PM +0100, Marc Recht wrote:
>
> >mozilla-devel port fails to build on current. I would imagine this is
> >already known, but I haven't seen any posts on the mailing list.
> >ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED
> I'd bet that -march=
On Fri, Dec 06, 2002 at 10:19:23AM -0800, James Satterfield
<[EMAIL PROTECTED]> wrote:
> mozilla-devel port fails to build on current. I would imagine this is
> already known, but I haven't seen any posts on the mailing list.
I've built it yesterday together with a lots of other stuff. Using
othe
On Fri, 6 Dec 2002, Marc Recht wrote:
> > mozilla-devel port fails to build on current. I would imagine this is
> > already known, but I haven't seen any posts on the mailing list.
> > ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED
> I'd bet that -march=pentium4 is your probl
mozilla-devel port fails to build on current. I would imagine this is
already known, but I haven't seen any posts on the mailing list.
ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED
I'd bet that -march=pentium4 is your problem. Try with -march=pentiumpro
(the default).
M
mozilla-devel port fails to build on current. I would imagine this is
already known, but I haven't seen any posts on the mailing list.
jsdtoa.c
cc -o
jsdtoa.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_A
PI -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -
14 matches
Mail list logo