Patch for baseboards/xtensa-sim.exp
David Heine <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
It looks like a "[" was replaced by a "\n" in the initial checkin of this file. Needless to say, it causes problems. 2003-03-27 David Heine <[email protected]> * baseboards/xtensa-sim.exp: Fix a syntax error. RCS file: /cvs/src/src/dejagnu/baseboards/xtensa-sim.exp,v retrieving revision 1.1 diff -c -r1.1 xtensa-sim.exp *** baseboards/xtensa-sim.exp 21 Apr 2002 08:46:47 -0000 1.1 --- baseboards/xtensa-sim.exp 18 Apr 2003 17:01:06 -0000 *************** *** 11,18 **** # The compiler used to build for this board. This has *nothing* to do # with what compiler is tested if we're testing gcc. set_board_info compiler "[find_gcc]" ! set_board_info cflags "[libgloss_include_flags] ! newlib_include_flags]" set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]" # This board doesn't use a linker script. set_board_info ldscript ""; --- 11,17 ---- # The compiler used to build for this board. This has *nothing* to do # with what compiler is tested if we're testing gcc. set_board_info compiler "[find_gcc]" ! set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]" set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]" # This board doesn't use a linker script. set_board_info ldscript "";