2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
* testsuite/include/check.h: New header file to use with test cases. * testsuite/lib/newlib.exp: Add testsuite/include directory to list of header files to use. * testsuite/newlib.wctype/twctype.c: New test case for iswctype fns. * testsuite/newlib.wctype/wctype.exp: New file.
This commit is contained in:
@ -58,6 +58,9 @@ proc newlib_target_compile { source dest type options } {
|
||||
global host_triplet target_triplet
|
||||
|
||||
verbose "In newlib_target_compile...\n"
|
||||
|
||||
lappend options "libs=-I$srcdir/include"
|
||||
verbose "srcdir is $srcdir"
|
||||
|
||||
if {[target_info needs_status_wrapper] != "" && \
|
||||
[target_info needs_status_wrapper] != "0" && \
|
||||
|
Reference in New Issue
Block a user