3ad3d8a1d8
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
12 lines
351 B
Diff
12 lines
351 B
Diff
--- ncurses-5.2/ncurses/Makefile.in.orig 2000-10-14 17:55:35.000000000 -0500
|
|
+++ ncurses-5.2/ncurses/Makefile.in 2004-08-09 11:34:13.000000000 -0500
|
|
@@ -85,7 +85,7 @@
|
|
CCFLAGS = $(CPPFLAGS) $(CFLAGS)
|
|
|
|
HOSTCC = @BUILD_CC@
|
|
-HOSTCCFLAGS = @CFLAGS@ $(CPPFLAGS)
|
|
+HOSTCCFLAGS = $(CPPFLAGS)
|
|
HOSTLDFLAGS = @LDFLAGS@ @LIBS@
|
|
|
|
CFLAGS_LIBTOOL = $(CCFLAGS)
|