blob: 7f41997b1e40178df84733228cfb44d4195e656e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
|