Rev 651 | Rev 662 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 651 | Rev 659 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | 43 | ||
44 | ## Common compiler flags |
44 | ## Common compiler flags |
45 | # |
45 | # |
46 | 46 | ||
47 | DEFS = -D$(ARCH) -DARCH=\"$(ARCH)\" -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" |
47 | DEFS = -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/ |
48 | CFLAGS = -fno-builtin -fomit-frame-pointer -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ |
49 | LFLAGS = -M |
49 | LFLAGS = -M |
50 | AFLAGS = |
50 | AFLAGS = |
51 | 51 | ||
52 | ifdef REVISION |
52 | ifdef REVISION |
53 | DEFS += "-DREVISION=\"$(REVISION)\"" |
53 | DEFS += "-DREVISION=\"$(REVISION)\"" |