Changeset b994a60 in mainline for arch/ia64/Makefile.inc


Ignore:
Timestamp:
2006-03-09T12:44:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
901122b
Parents:
cd373bb
Message:

ia64 work.
Changes to make userspace work (kernel part).
Use ski.conf from contrib directory to run Ski.

There is actually no appropriate syscall handler yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/Makefile.inc

    rcd373bb rb994a60  
    3939#
    4040
     41INIT_ADDRESS = 0xe000000000400000
     42INIT_SIZE = 0x100000
     43
    4144CFLAGS += -mconstant-gp -fno-unwind-tables
    4245LFLAGS += -EL
    4346AFLAGS += -mconstant-gp
     47
     48DEFS += -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE)
    4449
    4550## Compile with page hash table support.
Note: See TracChangeset for help on using the changeset viewer.