Changeset b994a60 in mainline for arch/ia64/Makefile.inc
- Timestamp:
- 2006-03-09T12:44:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901122b
- Parents:
- cd373bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
rcd373bb rb994a60 39 39 # 40 40 41 INIT_ADDRESS = 0xe000000000400000 42 INIT_SIZE = 0x100000 43 41 44 CFLAGS += -mconstant-gp -fno-unwind-tables 42 45 LFLAGS += -EL 43 46 AFLAGS += -mconstant-gp 47 48 DEFS += -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE) 44 49 45 50 ## Compile with page hash table support.
Note:
See TracChangeset
for help on using the changeset viewer.