* testsuite/lib/flags.exp (newlib_include_flags): Drop
-I${newlib_dir}.
This commit is contained in:
parent
0efa93c061
commit
07278e6cc7
@ -3,6 +3,9 @@
|
||||
* libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexit
|
||||
functions registering additional atexit functions.
|
||||
|
||||
* testsuite/lib/flags.exp (newlib_include_flags): Drop
|
||||
-I${newlib_dir}.
|
||||
|
||||
2007-04-04 Patrick Mansfield <patmans@us.ibm.com>
|
||||
|
||||
* libc/machine/spu/sys/syscall.h: New file for __send_to_ppe
|
||||
|
@ -82,9 +82,5 @@ proc newlib_include_flags { args } {
|
||||
return ""
|
||||
}
|
||||
|
||||
set newlib_dir [lookfor_file ${srcdir} newlib/libc/include/assert.h]
|
||||
if { ${newlib_dir} != "" } {
|
||||
set newlib_dir [file dirname ${newlib_dir}]
|
||||
}
|
||||
return " -I$objdir/targ-include -I${newlib_dir}"
|
||||
return " -I$objdir/targ-include"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user