From 66c13fd4a9c1c2eda51df35ddc13e095469faec7 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 15 Jan 2019 11:31:27 -0800 Subject: Revert "Don't require a RISC-V libc and crt when configuring (#132)" (#140) This reverts commit a02257a861a4d13f31868a27c197cfc5576101e1. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e41684e..376670d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,7 +111,7 @@ COMPILE := $(CC) -MMD -MP $(CFLAGS) \ # - LIBS : Library flags (eg. -l) LD := $(CC) -LDFLAGS := @LDFLAGS@ $(LDFLAGS) $(march) $(mabi) +LDFLAGS := @LDFLAGS@ -nostartfiles -nostdlib -static $(LDFLAGS) $(march) $(mabi) LIBS := @LIBS@ LINK := $(LD) $(LDFLAGS) -- cgit v1.1