Changeset 345ce2f in mainline for src


Ignore:
Timestamp:
2005-09-03T11:43:54Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f0bba0
Parents:
be56c17
Message:

Fixed asm problems in asm in atomic instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/build.amd64

    rbe56c17 r345ce2f  
    1616done
    1717
    18 for a in ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h; do
     18for a in atomic.h ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h; do
    1919  if [ \! -e amd64/include/$a ]; then
    2020    echo ln -sf `pwd`/ia32/include/$a amd64/include/$a
Note: See TracChangeset for help on using the changeset viewer.