mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* nlm/Makefile.in: Get rid of NWINCLUDES.
* config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES. User should now configure with --with-headers.
This commit is contained in:
@ -1,5 +1,3 @@
|
|||||||
# Target: GDBSERVE.NLM running on a little-endian Alpha
|
# Target: GDBSERVE.NLM running on a little-endian Alpha
|
||||||
TDEPFILES= alpha.o alpha-io.o
|
TDEPFILES= alpha.o alpha-io.o
|
||||||
CPU_FILE= alpha
|
CPU_FILE= alpha
|
||||||
|
|
||||||
NWINCLUDES=-I/gaunt/grossman/ALPHA-NLM/940830/clib/include
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# Target: GDBSERVE.NLM running on a Power-PC
|
# Target: GDBSERVE.NLM running on a Power-PC
|
||||||
TDEPFILES= ppc.o fake_aio.o
|
TDEPFILES= ppc.o fake_aio.o
|
||||||
CPU_FILE= ppc
|
CPU_FILE= ppc
|
||||||
|
|
||||||
NWINCLUDES=-I/gaunt/grossman/PPC-NETWARE/sdk/novh
|
|
||||||
|
@ -140,7 +140,7 @@ GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
|
|||||||
# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
|
# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
|
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
|
||||||
INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS} ${NWINCLUDES}
|
INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS}
|
||||||
LDFLAGS = $(CFLAGS)
|
LDFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
# Perhaps should come from parent Makefile
|
# Perhaps should come from parent Makefile
|
||||||
|
Reference in New Issue
Block a user