mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
Enable accidentally commented out code.
This commit is contained in:
parent
b3adb10f86
commit
4e3f5ae6b7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user