Changeset ae9624e in mainline for arch/ppc/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/ppc/Makefile.inc

    r824553ed rae9624e  
    77AS=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-as
    88LD=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-ld
     9OBJDUMP=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-objdump
    910OBJCOPY=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-objcopy
    1011BFD_NAME=elf32-powerpc
Note: See TracChangeset for help on using the changeset viewer.