From: Richard Sandiford Date: Fri, 2 Mar 2007 12:38:32 +0000 (+0000) Subject: t-vxworks (LIMITS_H_TEST): Define to true for VxWorks. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f24ba024dd4c59b30718e0e3e66f8481be7db29;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 688ffd6..74d80c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2007-03-02 Richard Sandiford + * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks. + +2007-03-02 Richard Sandiford + * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc. Use $MULTIDIR to choose between the kernel and RTP headers, and use $WIND_BASE and $WIND_USR to locate them. diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index f623503..3741581 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -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 \