Update of /cvsroot/linux-vax/toolchain/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27550
Modified Files:
uclibc-000001-config.patch
Log Message:
- uClibc incorporated some new security functions. Didn't compile for
me[tm], so configured off for now...
Index: uclibc-000001-config.patch
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/patches/uclibc-000001-config.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- uclibc-000001-config.patch 29 Oct 2005 20:33:17 -0000 1.4
+++ uclibc-000001-config.patch 1 Nov 2005 10:55:01 -0000 1.5
@@ -1,6 +1,6 @@
--- /dev/null 2005-08-28 03:49:43.999308688 +0200
-+++ uclibc/.config 2005-09-23 12:53:12.000000000 +0200
-@@ -0,0 +1,144 @@
++++ uclibc/.config 2005-11-01 10:50:00.000000000 +0200
+@@ -0,0 +1,150 @@
+#
+# Automatically generated make config: don't edit
+#
@@ -137,6 +137,12 @@
+# UCLIBC_SECURITY is not set
+
+#
++# Security options
++#
++# UCLIBC_HAS_SSP is not set
++# UCLIBC_BUILD_NOEXECSTACK is not set
++
++#
+# uClibc development/debugging options
+#
+CROSS_COMPILER_PREFIX="vax-linux-uclibc-"
|