cvs commit: src/lib/csu/i386-elf Makefile

Bruce Evans bde at FreeBSD.org
Wed Jun 4 04:21:19 PDT 2003


bde         2003/06/04 04:21:18 PDT

  FreeBSD src repository

  Modified files:
    lib/csu/i386-elf     Makefile 
  Log:
  Removed garbage:
  - -elf in CFLAGS had no effect except to reduce portability.
  - -elf in LDFLAGS had even less effect, since LDFLAGS is not used.
  - -Wall in CFLAGS had no effect except to reduce portability and break
    overriding of WARNS, since the setting of WARNS implies -Wall.
  
  Revision  Changes    Path
  1.19      +1 -3      src/lib/csu/i386-elf/Makefile


More information about the cvs-src mailing list