4.104.115
Last change
on this file since 8eff201 was
8eff201,
checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/10 at 15:02:31
|
2010-03-27 Joel Sherrill <joel.sherrill@…>
- cpu.c: Add include of config.h
|
-
Property mode set to
100644
|
File size:
336 bytes
|
Line | |
---|
1 | /* |
---|
2 | * The license and distribution terms for this file may be |
---|
3 | * found in the file LICENSE in this distribution or at |
---|
4 | * http://www.rtems.com/license/LICENSE. |
---|
5 | * |
---|
6 | * $Id$ |
---|
7 | */ |
---|
8 | |
---|
9 | /* |
---|
10 | * For now, this file is just a stub to work around |
---|
11 | * structural deficiencies of the powerpc port. |
---|
12 | */ |
---|
13 | |
---|
14 | #ifdef HAVE_CONFIG_H |
---|
15 | #include "config.h" |
---|
16 | #endif |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.