Changeset ab08b42 in mainline for src/build.amd64


Ignore:
Timestamp:
2005-09-03T16:40:25Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6401f79
Parents:
f6297e0
Message:

Added symbol table lookup in exceptions.
This breaks ia64 & ppc architecture compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/build.amd64

    rf6297e0 rab08b42  
    99set -e
    1010cd ../arch
    11 for a in drivers bios fpu_context.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S; do
     11for a in drivers bios fpu_context.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S smp/apic.c smp/ipi.c smp/mps.c smp/smp.c acpi; do
    1212  if [ \! -e amd64/src/$a ]; then
    1313    echo ln -sf `pwd`/ia32/src/$a amd64/src/$a
Note: See TracChangeset for help on using the changeset viewer.