Commit 1f24ba02 by Richard Sandiford Committed by Richard Sandiford

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
parent c3c9a5d2
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.
Use $MULTIDIR to choose between the kernel and RTP headers,
and use $WIND_BASE and $WIND_USR to locate them.
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment