mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
newlib/
* testsuite/lib/flags.exp (newlib_include_flags): Drop -I${newlib_dir}.
This commit is contained in:
parent
177b6a4d13
commit
59bf4c4d0b
@ -1,3 +1,9 @@
|
||||
2006-12-22 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
newlib/
|
||||
* testsuite/lib/flags.exp (newlib_include_flags): Drop
|
||||
-I${newlib_dir}.
|
||||
|
||||
2006-12-22 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
libgloss/
|
||||
|
@ -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…
x
Reference in New Issue
Block a user