From 416792d59a660d45cbfe822392bc9be0bf9da966 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 12 Feb 2022 20:28:26 -0500 Subject: newlib: libc: delete crt0.o duplication The crt0.o was handled in a subdir-by-subdir basis: it would be compiled in one (e.g. libc/sys/$arch/), then copied up one level (libc/sys/), then copied up another (libc/) before finally being copied & installed in the top newlib dir. The libc/sys/ copy was cleaned up, and then the top dir was changed to copy it directly out of the libc/sys/$arch/ dir. But the libc/sys/ copy to libc/ was left behind. Clean that up now too. --- newlib/libc/machine/powerpc/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'newlib/libc/machine/powerpc') diff --git a/newlib/libc/machine/powerpc/Makefile.in b/newlib/libc/machine/powerpc/Makefile.in index 42c0d63..0eff71e 100644 --- a/newlib/libc/machine/powerpc/Makefile.in +++ b/newlib/libc/machine/powerpc/Makefile.in @@ -245,7 +245,6 @@ CCASFLAGS = @CCASFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ -CRT0 = @CRT0@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ ECHO_C = @ECHO_C@ -- cgit v1.1