t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.

gcc/
	* config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.

From-SVN: r122475
This commit is contained in:
Richard Sandiford 2007-03-02 12:38:32 +00:00 committed by Richard Sandiford
parent c3c9a5d23e
commit 1f24ba024d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-03-02 Richard Sandiford <richard@codesourcery.com>
* config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
2007-03-02 Richard Sandiford <richard@codesourcery.com>
* config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.

View File

@ -27,6 +27,9 @@ LIBGCC2_INCLUDES = -nostdinc -I \
*) echo $(WIND_BASE)/target/h ;; \
esac`
# Both the kernel and RTP headers provide limits.h.
LIMITS_H_TEST = true
EXTRA_MULTILIB_PARTS =
vxworks.o: $(srcdir)/config/vxworks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \