| From | Sent On | Attachments |
|---|---|---|
| Pegasus Mc Cleaft | Mar 13, 2010 10:30 am | |
| Garrett Cooper | Mar 13, 2010 12:49 pm | |
| Pegasus Mc Cleaft | Mar 13, 2010 4:33 pm | |
| Alexander Best | Mar 16, 2010 4:15 am | |
| Peter Jeremy | Mar 16, 2010 12:37 pm | |
| Alexander Best | Mar 16, 2010 7:22 pm | |
| Pegasus Mc Cleaft | Mar 16, 2010 7:29 pm | |
| Pegasus Mc Cleaft | Mar 17, 2010 9:53 am | |
| Alexander Best | Mar 20, 2010 3:21 pm | |
| Alexander Best | Mar 20, 2010 5:54 pm | |
| Andriy Gapon | Mar 20, 2010 7:27 pm | |
| Garrett Cooper | Mar 20, 2010 9:47 pm | |
| Alexander Best | Mar 21, 2010 3:59 am | .txt |
| Garrett Cooper | Mar 21, 2010 4:42 am | |
| Andriy Gapon | Mar 21, 2010 5:01 am | |
| Alexander Best | Mar 21, 2010 5:26 am | .conf, .conf |
| Pegasus Mc Cleaft | Mar 21, 2010 5:32 am | |
| Alexander Best | Mar 21, 2010 5:35 am | .txt |
| Alexander Best | Mar 21, 2010 5:43 am | |
| Andriy Gapon | Mar 21, 2010 5:50 am | |
| Alexander Best | Mar 21, 2010 5:53 am | |
| Gary Jennejohn | Mar 21, 2010 6:02 am | |
| Gary Jennejohn | Mar 21, 2010 6:07 am | |
| Andriy Gapon | Mar 21, 2010 8:10 am | |
| Dimitry Andric | Mar 21, 2010 8:34 am | |
| Alexander Best | Mar 21, 2010 11:45 am | |
| Andriy Gapon | Mar 21, 2010 1:28 pm | |
| Alexander Best | Mar 21, 2010 2:10 pm | |
| Garrett Cooper | Mar 21, 2010 2:19 pm | .log |
| Garrett Cooper | Mar 21, 2010 2:20 pm | |
| Garrett Cooper | Mar 21, 2010 2:23 pm | |
| Andriy Gapon | Mar 21, 2010 2:31 pm | |
| Alexander Best | Mar 21, 2010 3:11 pm | |
| jhell | Mar 21, 2010 5:28 pm | |
| Dimitry Andric | Mar 22, 2010 12:54 am | |
| Andriy Gapon | Mar 22, 2010 1:07 am | |
| Alexander Best | Mar 22, 2010 2:39 am | |
| Scot Hetzel | Mar 22, 2010 7:57 pm | |
| Alexander Best | Mar 23, 2010 2:33 am | |
| Pegasus Mc Cleaft | Mar 23, 2010 2:59 am | |
| Alexander Best | Mar 23, 2010 3:40 am | .txt, .txt |
| Scot Hetzel | Mar 23, 2010 11:19 am | |
| Garrett Cooper | Mar 23, 2010 12:07 pm | |
| Alexander Best | Mar 23, 2010 3:35 pm | |
| jhell | Mar 23, 2010 4:48 pm | |
| Xin LI | Mar 23, 2010 5:05 pm |
| Subject: | Re: build failures after stdlib update | |
|---|---|---|
| From: | jhell (jhe...@DataIX.net) | |
| Date: | Mar 23, 2010 4:48:32 pm | |
| List: | org.freebsd.freebsd-current | |
On Tue, 23 Mar 2010 06:40, alexbestms@ wrote:
Pegasus Mc Cleaft schrieb am 2010-03-23:
-----Original Message-----
2. i wasn't able to reproduce your `make -V MACHINE_CPU -DCPUTYPE=native` examples. for me `make` prints the same no matter what CPUTYPE is set to:
otaku% make -V MACHINE_CPU -DCPUTYPE=native amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=nocona amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=i386 amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=lalalala amd64 sse2 sse
..oh and of course i ran these commands with no CPUTYPE set in make.conf.
;)
This is interesting. I tried the same thing on my computer (AMD64 - Core2 Quad) and I get the following
(Without CPUTYPE?=native in /etc/make) feathers$ make -V MACHINE_CPU -DCPUTYPE=native amd64 sse2 sse
(With CPUTYPE?=native) feathers$ make -V MACHINE_CPU -DCPUTYPE=native unknown amd64 sse2 sse mmx
(For both) feathers$ gcc -v -x c -E -mtune=native /dev/null -o /dev/null 2>&1 | grep mtune /usr/libexec/cc1 -E -quiet -v -D_LONGLONG /dev/null -o /dev/null -mtune=generic
hmm...that's odd indeed. i finally was able to do some debugging. i've attached two files:
running gcc -v -x c -E -mtune=native /dev/null and gcc -v -x c -E -mtune=nocona /dev/null
Peg
Both the commands that your showing the output of in the attached output are using gdb when the options that were presented are for gcc.
`gdb -v -x c -E -mtune=native /dev/null`
Should probably be: `gcc -v -x c -E -mtune=native /dev/null`
Right ?
Regards,
--
jhell
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "free...@freebsd.org"






.txt