Thanks for working on this.  This code was taken from FreeBSD, so it
is preferable to not change anything in case we want to update some
day.  Of course, a proper build is a higher priority.  Is there
something different we can do to CCFLAGS to fix this instead?  We
could remove the -Werror from the base environment and just add it in
makeEnv to the new environment for example.  What if we passed CCFLAGS
and just turned off more warnings like I did with SCons?

Also, as an aside, what compiler, etc. are you using?  I haven't seen
this problem on OSX, but then again, I use the default gcc/g++

  Nate

On Tue, Oct 14, 2008 at 1:20 PM, Clint Smullen <[EMAIL PROTECTED]> wrote:
> This patch eliminates all the type warnings (which were being
> suppressed from becoming errors) in libelf. The clearing of the
> CCFLAGS in the libelf SConscript was causing the build to fail on OSX
> x86 64-bit. All that is changed is typing information.
>
> Unless you do not want the libelf code modified, it should be a
> trivial patch to check through. If there is anything amiss, please let
> me know.
>
>        - Clint Smullen
> _______________________________________________
> m5-dev mailing list
> [email protected]
> http://m5sim.org/mailman/listinfo/m5-dev
>
>
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to