aboutsummaryrefslogtreecommitdiffstats
path: root/community/pcc-libs/musl-fixes.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-09-27 12:01:36 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-09-27 13:17:35 +0200
commitce5853c01e15d67a0ba89e3f795b21443e1ac9c5 (patch)
tree1b2983e1ed9f05d0719fcd2215a74d3d5c21707c /community/pcc-libs/musl-fixes.patch
parent547e3100f819d03080c3b45fa0612fbb78e43b4d (diff)
downloadaports-ce5853c01e15d67a0ba89e3f795b21443e1ac9c5.tar.bz2
aports-ce5853c01e15d67a0ba89e3f795b21443e1ac9c5.tar.xz
community/pcc-libs: move from testing
Diffstat (limited to 'community/pcc-libs/musl-fixes.patch')
-rw-r--r--community/pcc-libs/musl-fixes.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/pcc-libs/musl-fixes.patch b/community/pcc-libs/musl-fixes.patch
new file mode 100644
index 0000000000..7f41997b1e
--- /dev/null
+++ b/community/pcc-libs/musl-fixes.patch
@@ -0,0 +1,15 @@
+diff -upr pcc-libs-1.1.0.orig/csu/linux/Makefile pcc-libs-1.1.0/csu/linux/Makefile
+--- pcc-libs-1.1.0.orig/csu/linux/Makefile 2016-09-16 19:44:48.113019651 +0200
++++ pcc-libs-1.1.0/csu/linux/Makefile 2016-09-16 19:45:09.666297594 +0200
+@@ -6,9 +6,8 @@ SRCDIR ?= .
+
+ CFLAGS = -I$(SRCDIR)/$(MACH) -I$(SRCDIR) -Wall -Wstrict-prototypes -Wmissing-prototypes
+
+-#OBJS = crt0.o crt1.o gcrt1.o crti.o crtn.o crtbegin.o crtend.o \
+-# crtbeginS.o crtendS.o crtbeginT.o crtendT.o
+-OBJS = crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtendT.o
++OBJS = crt0.o crt1.o gcrt1.o crti.o crtn.o crtbegin.o crtend.o \
++ crtbeginS.o crtendS.o crtbeginT.o crtendT.o
+
+
+ all: $(OBJS)