Changeset ae9624e in mainline for arch/amd64/Makefile.inc


Ignore:
Timestamp:
2005-09-04T23:38:03Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6153749
Parents:
824553ed
Message:

Symbol table now contains static functions too.
NOTE: gcc heavily inlines, be aware of optimizations.

Removed excesive item from boot page tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    r824553ed rae9624e  
    66AS=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-as
    77LD=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-ld
     8OBJDUMP=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-objdump
    89OBJCOPY=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-objcopy
    910BFD_NAME=elf64-x86-64
Note: See TracChangeset for help on using the changeset viewer.