Re: ARC port (1/5): configuration file patches

2012-10-24 Thread Joseph S. Myers
On Tue, 23 Oct 2012, Joern Rennecke wrote: > + tm_file="dbxelf.h elfos.h linux.h ${tm_file}" Should be using gnu-user.h linux.h glibc-stdint.h, not linux.h on its own. -- Joseph S. Myers jos...@codesourcery.com

ARC port (1/5): configuration file patches

2012-10-23 Thread Joern Rennecke
Prerequisites to allow the port to build properly: the lock_length attribute: http://gcc.gnu.org/ml/gcc-patches/2012-10/msg01890.html http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02120.html And from Easwaran Raman : PR middle-end/54957 * optabs.c (emit_cmp_and_jump_insn_1): Remo