summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-02 19:48:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-02 19:48:43 +0100
commit89b77066f73b1d2cf4d696922597a387705df876 (patch)
tree18aa47b3367a5fc4adf3b77eec6ff7340a7ea7df
parentpsxtmtest_init_destroy: Add new test template (diff)
downloadrtems-testing-89b77066f73b1d2cf4d696922597a387705df876.tar.bz2
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>.
-rw-r--r--gcc/rtems_gcc_main.c2
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>