diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-09-16 20:07:13 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-09-16 20:08:49 +0200 |
commit | cc31e0e377101925670c44f7eff01c501a7f28cd (patch) | |
tree | afbfffc1076f17a2d8fbde8311fbc1cb17a383ea /testing/pcc-libs/musl-fixes.patch | |
parent | 34867060e84abe7ec31ad8f7ac40e109220ca743 (diff) | |
download | aports-cc31e0e377101925670c44f7eff01c501a7f28cd.tar.bz2 aports-cc31e0e377101925670c44f7eff01c501a7f28cd.tar.xz |
testing/pcc-libs: new aport
Diffstat (limited to 'testing/pcc-libs/musl-fixes.patch')
-rw-r--r-- | testing/pcc-libs/musl-fixes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/pcc-libs/musl-fixes.patch b/testing/pcc-libs/musl-fixes.patch new file mode 100644 index 0000000000..7f41997b1e --- /dev/null +++ b/testing/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) |