Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4377 | Rev 4692 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 |
38 | GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 |
| 39 | AFLAGS += -a32 |
39 | AFLAGS += -a32 |
| 40 | LFLAGS += -no-check-sections -N |
40 | LFLAGS += -no-check-sections -N |
| 41 | 41 | ||
| 42 | DEFS += -D__32_BITS__ |
42 | BITS = 32 |
| - | 43 | ENDIANESS = BE |
|
| 43 | 44 | ||
| 44 | ARCH_SOURCES = \ |
45 | ARCH_SOURCES = \ |
| 45 | arch/$(KARCH)/src/context.S \ |
46 | arch/$(KARCH)/src/context.S \ |
| 46 | arch/$(KARCH)/src/debug/panic.s \ |
47 | arch/$(KARCH)/src/debug/panic.s \ |
| 47 | arch/$(KARCH)/src/fpu_context.S \ |
48 | arch/$(KARCH)/src/fpu_context.S \ |