This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] parallel build fix in libiberty


On Wed, 25 Jul 2001, Daniel Jacobowitz wrote:
> A make -j16 turned up this missing dependency in libiberty.  Could someone
> apply this patch, please?
>
> 2001-07-25  Daniel Jacobowitz  <drow@mvista.com>
>
>       * Makefile.in (regex.o): Add dependency on config.h.

I have done so after visual inspection under the "obvious rule" and
after a bootstrap on i386-unknown-freebsd4.3.

Unfortunately, a -j4 make on sparc-sun-solaris2.8 still fails, even
if bit differently:

/files/pfeifer/OBJ-0726-0806/gcc/xgcc -B/files/pfeifer/OBJ-0726-0806/gcc/ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/bin/ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/lib/ -isystem /sw/test/gcc/SunOS/sparc-sun-solaris2.8/include -c -DHAVE_CONFIG_H -g -O2  -m64 -I. -I/sw/test/gcc/cvs/libiberty/../include  -W -Wall -Wtraditional -pedantic /sw/test/gcc/cvs/libiberty/regex.c
/sw/test/gcc/cvs/libiberty/regex.c:305: warning: redefinition of `uintptr_t'
/usr/include/sys/int_types.h:108: warning: `uintptr_t' previously declared here
/sw/test/gcc/cvs/libiberty/regex.c:423: parse error before "wchar_t"
/sw/test/gcc/cvs/libiberty/regex.c:614:2: warning: suggest not using #elif in traditional C
In file included from /sw/test/gcc/cvs/libiberty/regex.c:635:
/sw/test/gcc/cvs/libiberty/regex.c:614:2: warning: suggest not using #elif in traditional C

Any ideas? (Jeff, as the original contributor, perhaps?)

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]