------- Comment #3 from laurent at guerby dot net 2009-01-27 20:16 ------- in gcc/testsuite/ada/acats/run_all.sh there is already some handling of special tests:
case $i in cxb30*) EXTERNAL_OBJECTS="$dir/support/cxb30040.o $dir/support/cxb30060.o $dir/support/cxb30130.o $dir/support/cxb30131.o";; ca1020e) rm -f ca1020e_func1.adb ca1020e_func2.adb ca1020e_proc1.adb ca1020e_proc2.adb > /dev/null 2>&1;; ca14028) rm -f ca14028_func2.ads ca14028_func3.ads ca14028_proc1.ads ca14028_proc3.ads > /dev/null 2>&1;; cxh1001) extraflags="-a -f"; echo "pragma Normalize_Scalars;" > gnat.adc esac the "$target" can be tested to single out RTEMS. Now I don't know what exactly RTEMS need, an env variable? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38989