Rev 4348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4348 | Rev 4691 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | ICC_CFLAGS += $(CMN1) |
39 | ICC_CFLAGS += $(CMN1) |
40 | 40 | ||
41 | LFLAGS += -EL |
41 | LFLAGS += -EL |
42 | AFLAGS += -mconstant-gp |
42 | AFLAGS += -mconstant-gp |
43 | 43 | ||
44 | DEFS += -D__64_BITS__ |
44 | BITS = 64 |
- | 45 | ENDIANESS = LE |
|
45 | 46 | ||
46 | ARCH_SOURCES = \ |
47 | ARCH_SOURCES = \ |
47 | arch/$(KARCH)/src/start.S \ |
48 | arch/$(KARCH)/src/start.S \ |
48 | arch/$(KARCH)/src/asm.S \ |
49 | arch/$(KARCH)/src/asm.S \ |
49 | arch/$(KARCH)/src/dummy.s \ |
50 | arch/$(KARCH)/src/dummy.s \ |