Enable accidentally commented out code.

This commit is contained in:
Doug Evans 2012-12-17 19:40:24 +00:00
parent b3adb10f86
commit 4e3f5ae6b7
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ if [target_info exists use_gdb_stub] {
# The 64-bit compile may succeed for i386-linux, but gdb won't be able
# to load the file.
#if [istarget "i?86-*linux*"] {
# return
#}
if [istarget "i?86-*linux*"] {
return
}
# Can't use standard_testfile, we want executables with specialized
# names.