Go to file
Paweł Dziepak 862b5480a9 jam: do not set OPTIM by default
If setting OPTIM by jam basically makes it impossible for the project that
is using jam to set its own optimization level while still allowing user
to override that in command line. For example in Haiku jam files there is
line like this: "OPTIM ?= -O2", which obviously is meant to set optimization
level to O2 unless user overwrites it. Unfortunately, because Jam have already
set OPTIM to -O this line never had an intended effect.

After this Jam no longer thinks it knows best what is good for projects
that are using it and Haiku is by default compiled with -O2.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2014-08-25 22:58:39 +02:00
autoconf Congrats svn_load_dirs.pl, this change just disappeared. 2008-03-19 13:01:56 +00:00
binutils Merge binutils 2.24 2014-03-19 17:30:31 +01:00
cloog cloog: removed included isl 2014-01-27 21:52:03 +01:00
gcc ARM/gcc: make LINK_SPEC match our other platforms. 2014-08-21 16:41:43 +02:00
isl imported isl-0.12.2 2014-01-27 21:38:34 +01:00
jam jam: do not set OPTIM by default 2014-08-25 22:58:39 +02:00
legacy Bump version of legacy compiler. 2014-07-28 11:12:44 +02:00
libtool Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
patches Replace outdated paths in buildtools 2012-10-31 10:33:57 -04:00
.gitignore * Add .gitignore. 2014-07-21 11:18:25 +02:00
build-gcc2-package-Haiku.sh Pimp up the gcc 2 package building script 2011-07-17 17:02:44 +02:00
build-gcc4-optional-package-Haiku.sh Force POSIX locale, as otherwise the build (makeinfo) may break. 2012-11-07 20:31:39 +01:00
INSTALL-as-haiku-cross-compiler-on-LINUX * created explicit micro-documentation-file that describes how to build a cross 2006-08-26 12:15:54 +00:00
INSTALL-gcc2-from-source-Haiku Merge branch 'master' into package-management 2013-05-04 14:45:58 +02:00
INSTALL-gcc4-from-source-Haiku Force POSIX locale, as otherwise the build (makeinfo) may break. 2012-11-07 20:31:39 +01:00