Changeset 8ff2f3f in mainline


Ignore:
Timestamp:
2005-09-04T09:02:16Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23f4b1fb
Parents:
3396f59
Message:

IA32 printf-double support migrated to amd64

Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    r3396f59 r8ff2f3f  
    66
    77# Support for symetric multiprocessors
    8 SMP=__SMP__
     8#SMP=__SMP__
    99
    1010# Improved support for hyperthreading
     
    2121
    2222# Uncomment if you want to run in the test mode
    23 #TEST=__TEST__
     23TEST=__TEST__
    2424
    2525TEST_FILE=test.c
     
    3434#TEST_DIR=synch/semaphore2/
    3535#TEST_DIR=fpu/fpu1
    36 #TEST_DIR=print/print1
     36TEST_DIR=print/print1
    3737#TEST_DIR=thread/thread1
  • src/build.amd64

    r3396f59 r8ff2f3f  
    99set -e
    1010cd ../arch
    11 for a in drivers bios 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
     11for 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
    1212  if [ \! -e amd64/src/$a ]; then
    1313    echo ln -sf `pwd`/ia32/src/$a amd64/src/$a
  • test/fpu/fpu1/test.c

    r3396f59 r8ff2f3f  
    3939
    4040#define THREADS         150*2
    41 #define ATTEMPTS        10
     41#define ATTEMPTS        100
    4242
    4343#define E_10e8  271828182
Note: See TracChangeset for help on using the changeset viewer.