summaryrefslogtreecommitdiff
path: root/gcc/config/t-vxworks
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 12:38:32 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 12:38:32 +0000
commite3061c8581ff6823a877ee7820bf863d5c8778d1 (patch)
tree98c7447e61f7f2ca3f0eac5936a145432f97b9e5 /gcc/config/t-vxworks
parentedb474a199145805e660280c09fcadd911e815cd (diff)
downloadgcc-e3061c8581ff6823a877ee7820bf863d5c8778d1.tar.gz
gcc/
* config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-vxworks')
-rw-r--r--gcc/config/t-vxworks3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks
index f6235035704..3741581d3a7 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 \