forked from Imagelibrary/rtems
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) -DUSE_ENHANCED_INTR_API from cpp. Remove cpp, old_cpp (now unused). * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded)
|
||||
-DUSE_ENHANCED_INTR_API from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
* configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
|
||||
|
||||
2003-03-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
%rename cpp old_cpp
|
||||
%rename lib old_lib
|
||||
%rename endfile old_endfile
|
||||
%rename startfile old_startfile
|
||||
%rename link old_link
|
||||
|
||||
*cpp:
|
||||
%(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded)
|
||||
|
||||
*lib:
|
||||
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
|
||||
|
||||
@@ -29,6 +29,10 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||
of PowerPC 603e revisions and emulator versions.
|
||||
The BSP actually contains the call that enables this.])
|
||||
|
||||
## HACK: This should better be propagated through the BSP's bsp.h.
|
||||
## however, this BSP doesn't have one :(
|
||||
AC_DEFINE_UNQUOTED([USE_ENHANCED_INTR_API],[1],
|
||||
[Use enhanced intr API])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
|
||||
Reference in New Issue
Block a user