mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-02-12 01:43:16 +01:00
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:
@@ -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-*-*)
|
||||
|
||||
Reference in New Issue
Block a user