more complete newlib, including some more headers, and some additional gcc patching. also, a script to embed xomb libraries in libc.a

This commit is contained in:
wolfwood
2011-10-03 21:34:50 -04:00
parent e783cd7c04
commit d06f16cc98
7 changed files with 395 additions and 10 deletions

View File

@@ -20,11 +20,13 @@
fi
--- ../../newlib-1.18.0/newlib/configure.host 2009-12-10 12:12:11.000000000 -0500
+++ newlib/configure.host 2010-04-03 15:57:57.000000000 -0400
@@ -519,6 +519,9 @@ case "${host}" in
@@ -519,6 +519,11 @@ case "${host}" in
w65-*-*)
sys_dir=w65
;;
+ x86_64-*-xomb*)
+ unix_dir=unix
+ posix_dir=posix
+ sys_dir=xomb
+ ;;
xscale-*-*)