lkml.org 
[lkml]   [2000]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.3.47 imac build?
Date
On Sun, 27 Feb 2000, Jeff Garzik wrote:

> PPC arch compiles with -fno-builtin. Why is this? It seems sub-optimal
> and non-uniform, leading to little platform discrepancies like this...

Have you tried it without -fno-builtin? If you do, gcc grumbles about
various procedures not having the prototypes it expects, in particular
memset, memcpy, and memcmp. It's not obvious from the warning messages
you get exactly what prototype gcc is expecting.

In general there's no particular reason why a function named `memcpy' in
the kernel should have the same prototype (or even the same behaviour) as
a function named `memcpy' in a userland program, which is why we use
-fno-builtin.

--
Paul Mackerras, Senior Open Source Researcher, Linuxcare, Inc.
+61 2 6262 8990 tel, +61 2 6262 8991 fax
paulus@linuxcare.com.au, http://www.linuxcare.com.au/
Linuxcare. Support for the revolution.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.116 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site