Date: Sun, 30 Nov 1997 13:10:35 +0200 (IST) From: Eli Zaretskii To: Hans-Bernhard Broeker cc: DJ Delorie , djgpp workers list Subject: Re: alpha-971114: next round of Makefile changes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 27 Nov 1997, Hans-Bernhard Broeker wrote: > 1) In src/libc/crt0, the files 'crt0.s' and 'gcrt0.s' have to be renamed, > otherwise 'make' won't find them (it explicitly names them in rules, so > the usual trick with the pattern rule %.o: %.s doesn't work here). But > once they are renamed, 'gcrt0.S' still won't compile, as it #includes > 'crt0.s' instead of 'crt0.S'. So we need to fix the Makefile and the sources. Is that what you intend to do? > 2) 'make clean' in src/libc/stubs removes '*.S', but here, the files > generated by 'mkstubs.exe' are actually called '*.s', even on Linux. Seems like mkstubs.exe needs to be changed as well. > The patch set fixes 2), but for 1), I only offer a shell script to > do the necessary changes. Why not change the sources and Makefiles?