* testsuite/lib/flags.exp (newlib_include_flags): Drop

-I${newlib_dir}.
This commit is contained in:
Kazu Hirata 2007-04-05 16:53:17 +00:00
parent 0efa93c061
commit 07278e6cc7
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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"
}