[gdb/testsuite] Break up long debug_flags line in fission.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / boards / fission.exp
index e9da53fdcbf72b4a0bb66e867e2f73a451bf18c0..2c09d4d77295379a06860ad68eeb3a6f5c235fdf 100644 (file)
@@ -29,7 +29,12 @@ set_board_info compiler "[find_gcc]"
 # for the linker.
 # Note: -ggnu-pubnames is required for Gold to build .gdb_index, and while
 # -gsplit-dwarf implies -ggnu-pubnames for gcc, it doesn't for clang.
-set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -ggnu-pubnames -fdebug-types-section -Wl,--gdb-index"
+set_board_info debug_flags \
+    [join { "-gdwarf-4" \
+               "-gsplit-dwarf" \
+               "-ggnu-pubnames" \
+               "-fdebug-types-section" \
+               "-Wl,--gdb-index" }]
 
 # This is needed otherwise dejagnu tries to rsh to host "fission".
 load_board_description "local-board"
This page took 0.024547 seconds and 4 git commands to generate.