Rev 467 | Rev 486 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 467 | Rev 483 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | TOOLCHAIN_DIR = /usr/local/sparc64/bin |
36 | TOOLCHAIN_DIR = /usr/local/sparc64/bin |
37 | 37 | ||
38 | ## Make some default assumptions |
38 | ## Make some default assumptions |
39 | # |
39 | # |
40 | 40 | ||
41 | CFLAGS += -mcpu=ultrasparc -m64 |
41 | CFLAGS += -mcpu=ultrasparc -m64 -O3 |
42 | LFLAGS += -no-check-sections -N |
42 | LFLAGS += -no-check-sections -N |
43 | 43 | ||
44 | ## Own configuration directives |
44 | ## Own configuration directives |
45 | # |
45 | # |
46 | 46 |