Changeset 00a44bc in mainline for arch/ia64/Makefile.inc


Ignore:
Timestamp:
2005-05-11T14:12:53Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
724b58a
Parents:
9db5b66
Message:

IA-64 work.
Give up attempts to persuade ld to patch the kernel image with proper hardcoded lenghts and addresses.
Add special sections and calculate the numbers manually.
Fix wrong order of operands in sub instructions in memcpy() implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/Makefile.inc

    r9db5b66 r00a44bc  
    1313CPPFLAGS=$(DEFS) -nostdinc -I../include
    1414CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
    15 LFLAGS=-EL -n -M -no-check-sections -T ../arch/ia64/_link.ld
     15LFLAGS=-EL -M -no-check-sections -T ../arch/ia64/_link.ld
    1616
    1717arch_sources= \
Note: See TracChangeset for help on using the changeset viewer.