t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
authorRichard Sandiford <richard@codesourcery.com>
Fri, 2 Mar 2007 12:38:32 +0000 (12:38 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 2 Mar 2007 12:38:32 +0000 (12:38 +0000)
gcc/
* config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.

From-SVN: r122475

gcc/ChangeLog
gcc/config/t-vxworks

index 688ffd63376b40b58b99a48423f56009a0710b5c..74d80c418a8635fc7bbfaf7d9b8f0d0123769b00 100644 (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.
index f6235035704642c18b228fbccee9a534a77302fe..3741581d3a7ed6466e3f3e653bbe23d353b3bac8 100644 (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 \