Changeset c9ed176 in mainline for build.amd64
- Timestamp:
- 2005-09-25T16:51:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a58db280
- Parents:
- 48a02ef
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
build.amd64
r48a02ef rc9ed176 3 3 set -e 4 4 # Generate context_offset.h 5 (cd ../tools/amd64/;make gencontext;./gencontext)5 (cd tools/amd64/;make gencontext;./gencontext) 6 6 # Create links to ia32 architecture 7 7 8 8 ( 9 9 set -e 10 cd ../arch10 cd arch 11 11 for a in drivers bios fmath.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 12 12 if [ \! -e amd64/src/$a ]; then
Note:
See TracChangeset
for help on using the changeset viewer.