[rtems-testing commit] edb7312: Use default compiler machine options

Sebastian Huber sebh at rtems.org
Tue May 7 09:32:54 UTC 2013


Module:    rtems-testing
Branch:    master
Commit:    86df9f95dd99eb1b907fff9cdc68204957b23004
Changeset: http://git.rtems.org/rtems-testing/commit/?id=86df9f95dd99eb1b907fff9cdc68204957b23004

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May  6 10:40:16 2013 +0200

edb7312: Use default compiler machine options

This avoids conflicting machine options for compile only tests.

---

 dejagnu/boards/rtems-arm-edb7312.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dejagnu/boards/rtems-arm-edb7312.exp b/dejagnu/boards/rtems-arm-edb7312.exp
index d12d45b..bf5f900 100755
--- a/dejagnu/boards/rtems-arm-edb7312.exp
+++ b/dejagnu/boards/rtems-arm-edb7312.exp
@@ -18,7 +18,7 @@ process_multilib_options ""
 # with what compiler is tested if we're testing gcc.
 set_board_info compiler  "[find_gcc]"
 
-set_board_info cflags  "[newlib_include_flags] -mcpu=arm7tdmi -B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs -qrtems"
+set_board_info cflags  "[newlib_include_flags] -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.




More information about the vc mailing list