summaryrefslogtreecommitdiffstats
path: root/sources/ncurses-100-hostccflags.patch
diff options
context:
space:
mode:
authorManuel Novoa III2004-09-03 02:49:43 +0200
committerManuel Novoa III2004-09-03 02:49:43 +0200
commit3ad3d8a1d8c25bab9937e2d9e08ccdbb0b042543 (patch)
tree56c0b25562b460f75a4191b826be6690a8015db9 /sources/ncurses-100-hostccflags.patch
parentEnable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIG (diff)
downloadbuildroot-3ad3d8a1d8c25bab9937e2d9e08ccdbb0b042543.tar.gz
buildroot-3ad3d8a1d8c25bab9937e2d9e08ccdbb0b042543.tar.xz
buildroot-3ad3d8a1d8c25bab9937e2d9e08ccdbb0b042543.zip
Update to what I'm currently using. Lots of changes...
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.
Diffstat (limited to 'sources/ncurses-100-hostccflags.patch')
-rw-r--r--sources/ncurses-100-hostccflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/ncurses-100-hostccflags.patch b/sources/ncurses-100-hostccflags.patch
new file mode 100644
index 000000000..a3743d8a2
--- /dev/null
+++ b/sources/ncurses-100-hostccflags.patch
@@ -0,0 +1,11 @@
+--- 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)