source: trunk/libs/newlib/src/newlib/testsuite/newlib.elix/elix.exp @ 450

Last change on this file since 450 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 436 bytes
Line 
1# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
2#
3# Permission to use, copy, modify, and distribute this software
4# is freely granted, provided that this notice is preserved.
5#
6
7global host_triplet target_triplet
8
9load_lib passfail.exp
10
11set exclude_list {
12}
13
14verbose $host_triplet
15verbose $target_triplet
16
17if [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then {
18  newlib_pass_fail_all -x $exclude_list
19}
Note: See TracBrowser for help on using the repository browser.