fecd6201e6
* Makefile.in: Exterminate all references to assert.h. * cross-make: Likewise. * assert.h: Delete. * configure.in: Correct commentary. * configure: Regenerate. * po/POTFILES.in: Remove assert.h. * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h: Remove __eprintf. * config/t-freebsd, config/t-linux, config/t-linux-aout, config/t-netbsd, config/t-rtems, config/x-linux, config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe: No need to override INSTALL_ASSERT_H. * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx, fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap, fixinc/fixincl.sh: Don't install assert.h into objdir/include. From-SVN: r41972
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
# RTEMS uses newlib which does not require prototype fixing
|
|
STMP_FIXPROTO =
|
|
|
|
# RTEMS always has limits.h.
|
|
LIMITS_H_TEST = true
|
|
|
|
# If we are building next to newlib, this will let us find the RTEMS
|
|
# limits.h when building libgcc2. Otherwise, newlib must be installed
|
|
# first.
|
|
LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
|