[rtems-testing commit] gcc/rtems_gcc_main.c: Include <bsp.h>

Sebastian Huber sebh at rtems.org
Wed Jan 2 18:45:14 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jan  2 19:48:43 2013 +0100

gcc/rtems_gcc_main.c: Include <bsp.h>

Include <bsp.h> instead of <rtems.h> to get BSP specific configuration
options for <rtems/confdefs.h>.

---

 gcc/rtems_gcc_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gcc/rtems_gcc_main.c b/gcc/rtems_gcc_main.c
index 0ca1528..5cb6dd2 100644
--- a/gcc/rtems_gcc_main.c
+++ b/gcc/rtems_gcc_main.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.com/license/LICENSE.
  */
 
-#include <rtems.h>
+#include <bsp.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 




More information about the vc mailing list