Incorporated Ralf Corsepius' idea for new -q flags to properly support

"gmake debug".
This commit is contained in:
Joel Sherrill
1998-02-11 22:13:46 +00:00
parent fc56b90cd3
commit a858910778
23 changed files with 157 additions and 40 deletions

View File

@@ -45,6 +45,13 @@ DEFINES +=
CPPFLAGS +=
CFLAGS +=
#
# CFLAGS_DEBUG_V are used when the `make debug' target is built.
# To link your application with the non-optimized RTEMS routines,
# uncomment the following line:
# CFLAGS_DEBUG_V += -qrtems_debug
#
LD_PATHS += xxx-your-EXTRA-library-paths-go-here, if any
LD_LIBS += xxx-your-libraries-go-here eg: -lvx
LDFLAGS +=