[rtems-testing commit] psim: 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: 63e0408fe245fdbeefc75d15906cd4b5387641c3
Changeset: http://git.rtems.org/rtems-testing/commit/?id=63e0408fe245fdbeefc75d15906cd4b5387641c3
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon May 6 10:39:34 2013 +0200
psim: Use default compiler machine options
This avoids conflicting machine options for compile only tests.
---
dejagnu/boards/rtems-powerpc-psim.exp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dejagnu/boards/rtems-powerpc-psim.exp b/dejagnu/boards/rtems-powerpc-psim.exp
index b6d305e..256fe4a 100755
--- a/dejagnu/boards/rtems-powerpc-psim.exp
+++ b/dejagnu/boards/rtems-powerpc-psim.exp
@@ -37,7 +37,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] -B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs -qrtems -mcpu=603e"
+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