[PATCH] XCore target: add support to build MultiSource/Applications/oggenc/oggenc.c

robert lytton robert at xmos.com
Thu Feb 13 11:25:34 PST 2014


u_int16_t etc.  are not part of the xcore distribution.
Added via the xcoretestsuite.h

http://llvm-reviews.chandlerc.com/D2775

Files:
  MultiSource/Applications/oggenc/oggenc.c

Index: MultiSource/Applications/oggenc/oggenc.c
===================================================================
--- MultiSource/Applications/oggenc/oggenc.c
+++ MultiSource/Applications/oggenc/oggenc.c
@@ -23,6 +23,10 @@
 #include <sys/types.h>
 #include <time.h>
 #include <unistd.h>
+#ifdef __XS1B__
+#include <stdint.h>
+#include "xcoretestsuite.h"
+#endif
 
 struct option
 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2775.1.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/ba342a92/attachment.bin>


More information about the llvm-commits mailing list