summaryrefslogtreecommitdiffstats
path: root/gnu/gcc/PRE_BUILD
blob: be70a58b7c823fda83a06ae1e3af0b42280f317a (plain) (blame)
1
2
3
4
5
6
7
8
9
default_pre_build                     &&
mk_source_dir  $SOURCE_DIRECTORY.bld  &&
cd  $SOURCE_DIRECTORY                 &&
# see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539 for the rationale for
# the below
sedit  's/^-include/#\0/'  libcpp/Makefile.in &&

#apply the GCC 4.1.1 fast-math fix
patch -p1 < $SPELL_DIRECTORY/gcc-4.2.3-ffast-math.patch