mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to the BSP's configure-script). Remove BSP_CPPFLAGS (Obsolete).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
|
||||
the BSP's configure-script).
|
||||
Remove BSP_CPPFLAGS (Obsolete).
|
||||
|
||||
2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 321/bsps
|
||||
|
||||
@@ -23,25 +23,6 @@ RTEMS_BSP_FAMILY=mvme167
|
||||
|
||||
CPU_CFLAGS = -m68040
|
||||
|
||||
# BSP specific preprocessor flags.
|
||||
# These should only be used in BSP dependent directories.
|
||||
#
|
||||
# CONSOLE_MINOR
|
||||
# Port to use for the RTEMS console
|
||||
# 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
|
||||
# 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
|
||||
# 2 - /dev/tty2, Serial Port 3 on the MVME712M.
|
||||
# 3 - /dev/tty3, Serial Port 4 on the MVME712M.
|
||||
#
|
||||
# PRINTK_MINOR
|
||||
# Port to use for printk debugging output.
|
||||
# 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
|
||||
# 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
|
||||
# 2 - /dev/tty2, Serial Port 3 on the MVME712M.
|
||||
# 3 - /dev/tty3, Serial Port 4 on the MVME712M.
|
||||
|
||||
BSP_CPPFLAGS += -DCONSOLE_MINOR=1 -DPRINTK_MINOR=1
|
||||
|
||||
CFLAGS_DEBUG_V += -ggdb
|
||||
|
||||
# optimize flag: typically -O, could use -O4 or -fast
|
||||
|
||||
Reference in New Issue
Block a user