[haiku-development] Re: PATCH: Re: buildtools PPC questions

  • From: Alexander von Gluck <kallisti5@xxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 28 Mar 2009 17:00:42 -0500

Quoting François Revol <revol@xxxxxxx>:


Index: build/scripts/build_cross_tools_gcc4
===================================================================
--- build/scripts/build_cross_tools_gcc4        (revision 29767)
+++ build/scripts/build_cross_tools_gcc4        (working copy)
@@ -89,7 +89,7 @@
  cd $binutilsObjDir
  CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \
        --prefix=$installDir --target=$haikuMachine --disable-nls \
-       --disable-shared --disable-multilib || exit 1
+       --disable-shared --disable-multilib --disable-werror || exit 1
  $MAKE || exit 1
  $MAKE install || exit 1

Well best would be to fix the warnings...

Did you try to build from linux32 ?

François.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


I agree, but the warnings are from the PPC build of binutils (as).

gas/config/tc-ppc.c:1659: error: format not a string literal and no format arguments

Shouldn't the goal to be to modify the stock buildtools as little as possible? (making it easier to upgrade them in the future)


Thanks!


Alexander von Gluck IV
PGP ID: 0x2414F7DC
http://unixzen.com

"The way to find what the mainstream will do tomorrow is to associate with the lunatic fringe today." -- 1995, Jean-Louis Gassée

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Other related posts: