Changeset 55f81a39 in mainline


Ignore:
Timestamp:
2011-05-26T12:38:51Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40ffda8
Parents:
9c779e9
Message:

do not use FPU instructions/registers on sparc64 (this fixes ticket #345)
unfortunately, the -mno-fpu option is not universally accepted on all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    r9c779e9 r55f81a39  
    3131BFD = binary
    3232
    33 GCC_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow
     33GCC_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow -mno-fpu
    3434SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float
    3535
Note: See TracChangeset for help on using the changeset viewer.