blob: 85e931e60f6e5d896a06d01733141b4b53118625 (
plain)
1
2
3
4
|
# 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.
HOST_LIBGCC2_CFLAGS = -I$(srcdir)/../newlib/libc/sys/rtems/include
|