Commit Graph

10 Commits

Author SHA1 Message Date
Oliver Tappe
ed0528aef0 Force POSIX locale, as otherwise the build (makeinfo) may break.
* the cause for the spurious makeinfo breakages is that it relies on
  being executed in POSIX locale - spotted by Jonathan Schleifer, thanks!
2012-11-07 20:31:39 +01:00
Joseph R. Prostko
48df496192 Remove invalid "true" argument from --enable-shared as part of the binutils build
* This had the side effect of doing the opposite of the intended goal
* Now the GCC package is smaller, as before there was a lot of static linking happening
Thanks to diver for pointing out the size change of the GCC package, as it helped me find this issue.
2012-10-17 07:40:03 -04:00
Joseph R. Prostko
6e2e3b1e92 Make build-gcc4-optional-package-Haiku.sh executable 2012-10-11 20:15:50 -04:00
Alex Smith
abe2582c05 Corrected x86_64 target in build-gcc4-optional-package-Haiku.sh. 2012-08-11 18:23:23 +01:00
Jérôme Duval
e9b8ca373a updated optional package build script for gcc4 to make a cross compiler.
* --arch sets the target arch, defaults to x86
* --source-dir sets the Haiku root directory for headers.
* tested with ppc.
2012-03-18 15:31:41 +01:00
Jerome Duval
4c871ab97b updated gcc4 optional package build script
* add --enable-frame-pointer as this isn't default for x86 any more
* use install-strip instead of install
* updated optional package description
2012-01-22 02:26:38 +00:00
Oliver Tappe
d6fd401aa3 Fix use of non-existent variable (GCCDATE instead of gccDate). 2011-12-15 11:41:15 +01:00
Ingo Weinhold
b4a0832035 Strip the executables of debug info.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@39429 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-14 14:58:28 +00:00
Ingo Weinhold
5c3390ac15 * Add an include/g++ symlink in the package. Apparently it isn't created by
"make install" anymore.
* Add the "current" symlink in the ".../tools" directory.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@39406 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-11 22:47:18 +00:00
Ingo Weinhold
d436eaa1b8 Script to build a gcc 4 optional package from the sources.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@39405 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-11 21:33:22 +00:00