2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR bootstrap/49739
* config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtp
rec80.o crtfastmath.o for Linux/x86.
From-SVN: r176261
+2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR bootstrap/49739
+ * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtp
+ rec80.o crtfastmath.o for Linux/x86.
+
2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
* haifa-sched.c: Include "hashtab.h"
esac
else
tm_file="${tm_file} i386/gnu-user.h i386/linux.h"
+ # This is a hack to avoid a configuration mismatch
+ # until the toplevel libgcc move is complete.
+ extra_parts="${extra_parts} crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
fi
;;
i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/gnu-user.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;