]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- 13a2a05c00074d694b0df8280b482fcc dietlibc-0.18.tar.bz2
authormarcus <marcus@pld-linux.org>
Tue, 6 Aug 2002 18:22:13 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated source
- patch for building on ppc (not yet ready for all)

Changed files:
    dietlibc-ppc.patch -> 1.1

dietlibc-ppc.patch [new file with mode: 0644]

diff --git a/dietlibc-ppc.patch b/dietlibc-ppc.patch
new file mode 100644 (file)
index 0000000..2ff2d31
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr dietlibc-0.18.orig/libdl/_dl_rel.h dietlibc-0.18/libdl/_dl_rel.h
+--- dietlibc-0.18.orig/libdl/_dl_rel.h Mon Feb 11 21:41:05 2002
++++ dietlibc-0.18/libdl/_dl_rel.h      Mon Aug  5 01:23:10 2002
+@@ -9,7 +9,7 @@
+ #define _DL_REL_PLT(b,r)      (*(unsigned long*)((b)+(r)->r_offset)+=(unsigned long)(b))
+-#elif defined(__alpha__) || defined(__hppa__) || defined(__ppc__) || defined(__sparc__) || defined(__s390__)
++#elif defined(__alpha__) || defined(__hppa__) || defined(__powerpc__) || defined(__sparc__) || defined(__s390__)
+ /* this are RELA only archs: alpha, chris, hppa, ia64, m68k, ppc, sparc, sparc64, sh, s390 */
+ #define _dl_rel_t     Elf_Rela
This page took 0.088612 seconds and 4 git commands to generate.