Timestamp:
12/15/98 19:40:27 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9d5c22e3
Parents:
2417b15
Message:

Patch from Ralf Corsepius <corsepiu@…>:

Some Makefile.ins depend on gcc by hard-coded gcc-specific compiler
flags:

-g added to CFLAGS /LDFLAGS in

find . -name Makefile.in -exec grep -l ' \-g' {} \;

./c/src/lib/libbsp/i386/i386ex/startup/Makefile.in
./c/src/lib/libbsp/i386/pc386/tools/Makefile.in

-Wall added CFLAGS in

find . -name Makefile.in -exec grep -l ' \-Wall' {} \;

./c/src/exec/score/tools/sh/Makefile.in
./c/src/lib/libbsp/i386/pc386/tools/Makefile.in

Both -g and -Wall should not be used in any Makefile.in (Yes, I know,
tools/sh/Makefile.in was written by me :-).

I'd like to propose to remove these flags from the files mentioned
above.

(No files)

Note: See TracChangeset for help on using the changeset viewer.