mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
15 lines
673 B
Diff
15 lines
673 B
Diff
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)
|