Rev 4339 | Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4339 | Rev 4340 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | DEFS = -DARCH=$(ARCH) |
29 | DEFS = -DARCH=$(ARCH) |
| 30 | CFLAGS = -fno-builtin -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include -pipe -g |
30 | CFLAGS = -fno-builtin -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include -pipe -g |
| 31 | LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a |
31 | LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a |
| 32 | AFLAGS = |
32 | AFLAGS = |
| 33 | #-Werror |
- | |
| 34 | 33 | ||
| 35 | ## Setup platform configuration |
34 | ## Setup platform configuration |
| 36 | # |
35 | # |
| 37 | 36 | ||
| 38 | include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc |
37 | -include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc |
| 39 | 38 | ||
| 40 | ## Simple detection of the host system |
39 | ## Simple detection of the host system |
| 41 | # |
40 | # |
| 42 | HOST = $(shell uname) |
41 | HOST = $(shell uname) |
| 43 | 42 | ||