Changeset bd83ccea in mainline
- Timestamp:
- 2008-09-08T06:23:41Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91befde0
- Parents:
- 8ec30d9
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/Makefile.inc
r8ec30d9 rbd83ccea 29 29 #ifeq ($(MACHINE),ski) 30 30 31 32 33 #VMAXLMA_SRC = tools/ia64/vmaxlma.c34 #build: $(BASE)/kernel.bin35 #echo Building SKI36 #$(BASE)/kernel.bin: $(KERNELDIR)/kernel.bin vmaxlma37 # cp $(KERNELDIR)/kernel.bin $(BASE)/kernel.bin38 # ./vmaxlma $(BASE)/kernel.bin39 #vmaxlma: $(VMAXLMA_SRC)40 # $(CC) $(VMAXLMA_SRC) -o $@41 #clean:42 # -rm -f $(BASE)/kernel.bin vmaxlma43 44 45 #else46 47 48 31 build: $(BASE)/image.boot 49 32 … … 61 44 -rm -f $(BASE)/image.boot 62 45 46 #endif 63 47 64 #endif -
kernel/arch/ia64/Makefile.inc
r8ec30d9 rbd83ccea 39 39 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64 40 40 41 INIT0_ADDRESS = 0xe00000000440400042 INIT0_SIZE = 0x10000043 44 41 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 45 42 GCC_CFLAGS += $(CMN1) … … 49 46 AFLAGS += -mconstant-gp 50 47 51 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE) 52 48 DEFS += -D__64_BITS__ -D$(MACHINE) 53 49 54 50 ## Compile with page hash table support. … … 101 97 DEFS += -DI460GX -DCONFIG_I8042 102 98 BFD = binary 103 104 99 endif 105 100
Note:
See TracChangeset
for help on using the changeset viewer.