URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 166 |
Line 51... |
Line 51... |
|
|
if { "$target_xfail" == "yes" } {
|
if { "$target_xfail" == "yes" } {
|
setup_xfail *-*
|
setup_xfail *-*
|
}
|
}
|
|
|
|
verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def" 1
|
|
catch "exec $DLLTOOL -l libersion.a --def $srcdir/$subdir/version.def" err
|
|
|
|
if ![string match "" $err] then {
|
|
send_log "$err\n"
|
|
verbose "$err" 1
|
|
fail "dlltool (version.dll)"
|
|
} else {
|
|
pass "dlltool (version.dll)"
|
|
}
|
|
|
|
if { "$target_xfail" == "yes" } {
|
|
setup_xfail *-*
|
|
}
|
|
|
verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
|
verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
|
catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
|
catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
|
|
|
if ![string match "" $err] then {
|
if ![string match "" $err] then {
|
send_log "$err\n"
|
send_log "$err\n"
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.