source: rtems/c/src/lib/libbsp/powerpc/gen83xx/include/bspopts.h.in @ f610e83f

4.104.114.84.95
Last change on this file since f610e83f was f610e83f, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 16:00:28

compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many different versions of new exception handling code to shared sources.

  • Property mode set to 100644
File size: 730 bytes
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* If defined, the data cache will be enabled after address translation is
4   turned on. */
5#undef DATA_CACHE_ENABLE
6
7/* If defined, the instruction cache will be enabled after address translation
8   is turned on. */
9#undef INSTRUCTION_CACHE_ENABLE
10
11/* Define to the address where bug reports for this package should be sent. */
12#undef PACKAGE_BUGREPORT
13
14/* Define to the full name of this package. */
15#undef PACKAGE_NAME
16
17/* Define to the full name and version of this package. */
18#undef PACKAGE_STRING
19
20/* Define to the one symbol short name of this package. */
21#undef PACKAGE_TARNAME
22
23/* Define to the version of this package. */
24#undef PACKAGE_VERSION
Note: See TracBrowser for help on using the repository browser.