Changeset 2cf5634 in mainline for Makefile


Ignore:
Timestamp:
2005-12-22T11:09:29Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ae4443
Parents:
096d11e5
Message:

Make the kernel compile with -Wall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r096d11e5 r2cf5634  
    4646
    4747DEFS = -D$(ARCH) -DARCH=\"$(ARCH)\" -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
    48 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
     48CFLAGS = -fno-builtin -fomit-frame-pointer -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
    4949LFLAGS = -M
    5050AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.