Changeset 6de2480e in mainline for src/Makefile.config


Ignore:
Timestamp:
2005-05-19T11:55:15Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3ebb64
Parents:
1eee8383
Message:

IA-32 FPU lazy context switching.
Doesn't work on Bochs and sometimes produces wrong results on P4.
Seems to work on VMware and PII.

Build script for IA-32 changed to build floppy images (image.bin) 1440K long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    r1eee8383 r6de2480e  
    1818
    1919# Uncomment if you want to run in the test mode
    20 #TEST=__TEST__
     20TEST=__TEST__
    2121
    2222TEST_FILE=test.c
     
    2626#TEST_DIR=synch/rwlock2/
    2727#TEST_DIR=synch/rwlock3/
    28 TEST_DIR=synch/rwlock4/
     28#TEST_DIR=synch/rwlock4/
    2929#TEST_DIR=synch/rwlock5/
    3030#TEST_DIR=synch/semaphore1/
    3131#TEST_DIR=synch/semaphore2/
     32TEST_DIR=fp/fp0
Note: See TracChangeset for help on using the changeset viewer.