mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
# 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
|