bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] Patch for baseboards/xtensa-sim.exp


From: David Heine
Subject: [Bug-dejagnu] Patch for baseboards/xtensa-sim.exp
Date: Fri, 18 Apr 2003 10:45:41 -0700 (PDT)

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 <address@hidden>
        * 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 "";






reply via email to

[Prev in Thread] Current Thread [Next in Thread]