summaryrefslogtreecommitdiff
path: root/dejagnu/boards/rtems-sh-simsh1.exp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-23 18:30:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-23 18:30:44 +0000
commita72f2588d8546a186e9948b8c04798078f112a35 (patch)
tree3fcc47ba7dc2aaf68d4f3a4e0166ef6ce2fb3fa3 /dejagnu/boards/rtems-sh-simsh1.exp
parent29c59b558d755ed277080e8474243ab29e083877 (diff)
2009-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* dejagnu/boards/rtems-arm-edb7312.exp, dejagnu/boards/rtems-arm-nosim.exp, dejagnu/boards/rtems-avr-avrtest.exp, dejagnu/boards/rtems-avr-nosim.exp, dejagnu/boards/rtems-bfin-nosim.exp, dejagnu/boards/rtems-h8300-h8sim.exp, dejagnu/boards/rtems-i386-qemu.exp, dejagnu/boards/rtems-m32c-m32csim.exp, dejagnu/boards/rtems-m32r-m32rsim.exp, dejagnu/boards/rtems-m68k-nosim.exp, dejagnu/boards/rtems-mips-jmr3904.exp, dejagnu/boards/rtems-powerpc-psim.exp, dejagnu/boards/rtems-sh-simsh1.exp, dejagnu/boards/rtems-sparc-sis.exp: Recent changes require more variables to be included in board cflags and ldflags.
Diffstat (limited to 'dejagnu/boards/rtems-sh-simsh1.exp')
-rwxr-xr-xdejagnu/boards/rtems-sh-simsh1.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dejagnu/boards/rtems-sh-simsh1.exp b/dejagnu/boards/rtems-sh-simsh1.exp
index a730ddd..8f6ae2f 100755
--- a/dejagnu/boards/rtems-sh-simsh1.exp
+++ b/dejagnu/boards/rtems-sh-simsh1.exp
@@ -18,8 +18,8 @@ process_multilib_options ""
# with what compiler is tested if we're testing gcc.
set_board_info compiler "[find_gcc]"
-set_board_info cflags "-m1 -B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs -qrtems"
-set_board_info ldflags "${RTEMS_CONFIG_OBJ}"
+set_board_info cflags "[newlib_include_flags] -m1 -B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs -qrtems"
+set_board_info ldflags "[newlib_link_flags] ${RTEMS_CONFIG_OBJ}"
# The simulator isn't really remote.
set_board_info isremote 0