]> git.pld-linux.org Git - packages/klibc.git/commitdiff
This commit was manufactured by cvs2git to create branch 'DEVEL'.
authorcvs2git <feedback@pld-linux.org>
Sun, 24 Jul 2005 09:36:29 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2005-07-24 09:36:29 UTC Jakub Bogusz <qboosh@pld-linux.org> '- don't overwrite autoconf.h if without dist_kernel'
Delete:
    klibc-klcc.patch
    klibc-ksh-quotation.patch

klibc-klcc.patch [deleted file]
klibc-ksh-quotation.patch [deleted file]

diff --git a/klibc-klcc.patch b/klibc-klcc.patch
deleted file mode 100644 (file)
index 7691668..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
---- klibc-1.0/klcc.in.orig     2005-03-07 22:44:49.000000000 +0100
-+++ klibc-1.0/klcc.in  2005-06-13 21:05:09.000000000 +0200
-@@ -1,22 +1,22 @@
- # -*- perl -*-
- # Standard includes
--@includes = ("-I${prefix}/${KCROSS}include/arch/${ARCH}",
--           "-I${prefix}/${KCROSS}include/bits${BITSIZE}",
--           "-I${prefix}/${KCROSS}include");
-+@includes = ("-I${includedir}/arch/${ARCH}",
-+           "-I${includedir}/bits${BITSIZE}",
-+           "-I${includedir}");
- # Default optimization options (for compiles without -g)
- @optopt =  @OPTFLAGS;
- @goptopt = ('-O');
- # Standard library directories
--@stdlibpath = ("-L${prefix}/${KCROSS}lib");
-+@stdlibpath = ("-L${libdir}");
- # Options and libraries to pass to ld; shared versus static
--@staticopt = ("${prefix}/${KCROSS}lib/crt0.o");
--@staticlib = ("${prefix}/${KCROSS}lib/libc.a");
--@sharedopt = (@EMAIN, "${prefix}/${KCROSS}lib/interp.o");
--@sharedlib = ('-R', "${prefix}/${KCROSS}lib/libc.so");
-+@staticopt = ("${libdir}/klibc/crt0.o");
-+@staticlib = ("${libdir}/klibc/libc.a");
-+@sharedopt = (@EMAIN, "${libdir}/klibc/interp.o");
-+@sharedlib = ('-R', "${libdir}/klibc/libc.so");
- # Returns the language (-x option string) for a specific extension.
- sub filename2lang($) {
-@@ -164,6 +164,7 @@
-     } elsif ( $a eq '-shared' ) {
-       $shared = 1;
-     } elsif ( $a eq '-static' ) {
-+      push(@ldopt, $a);
-       $shared = 0;
-     } elsif ( $a eq '-s' ) {
-       $strip = 1;
---- klibc-1.0/Makefile.orig    2005-03-07 19:17:15.000000000 +0100
-+++ klibc-1.0/Makefile 2005-06-13 20:57:41.000000000 +0200
-@@ -27,10 +27,10 @@
-       echo 'STRIPFLAGS=$(STRIPFLAGS)' >> $@
-       echo 'EMAIN=$(EMAIN)' >> $@
-       echo 'BITSIZE=$(BITSIZE)' >> $@
--      echo 'prefix=$(INSTALLDIR)' >> $@
--      echo 'bindir=$(INSTALLDIR)/$(KCROSS)bin' >> $@
--      echo 'libdir=$(INSTALLDIR)/$(KCROSS)lib' >> $@
--      echo 'includedir=$(INSTALLDIR)/$(KCROSS)include' >> $@
-+      echo 'prefix=$(prefix)' >> $@
-+      echo 'bindir=$(bindir)' >> $@
-+      echo 'libdir=$(libdir)' >> $@
-+      echo 'includedir=$(includedir)' >> $@
- $(CROSS)klcc: klcc.in $(CROSS)klibc.config makeklcc.pl
-       $(PERL) makeklcc.pl klcc.in $(CROSS)klibc.config \
diff --git a/klibc-ksh-quotation.patch b/klibc-ksh-quotation.patch
deleted file mode 100644 (file)
index abfdf10..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- klibc-0.193/ash/mkinit.sh.orig     2004-12-12 19:02:12.000000000 +0100
-+++ klibc-0.193/ash/mkinit.sh  2004-12-12 19:41:26.328715408 +0100
-@@ -88,7 +88,7 @@
-                       IFS='   '
-                       set -- $line
-                       # Ignore those with arguments
--                      [ "$2" = "${2##*(}" ] || continue
-+                      [ "$2" = "${2##*\(}" ] || continue
-                       # and multiline definitions
-                       [ "$line" = "${line%\\}" ] || continue
-                       defines="${defines}#undef  $2${nl}${line}${nl}"
This page took 0.060992 seconds and 4 git commands to generate.