Changeset a1493d9 in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-09-10T17:54:53Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8491c48
Parents:
24241cf
Message:

Fixed bad address loading in simulators.
FPU cooprocessor unusable now checks, if it is FPU that is unusable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    r24241cf ra1493d9  
    2929 CFLAGS += -DHAVE_FPU -DFPU_LAZY -mips3
    3030 BFD = ecoff-littlemips
    31  KERNEL_LOAD_ADDRESS = 0x80010000
     31 KERNEL_LOAD_ADDRESS = 0x80100000
    3232endif
    3333
     
    3535 CFLAGS += -EB -mmemcpy -DBIG_ENDIAN -DHAVE_FPU -DFPU_LAZY -mips3
    3636 BFD = ecoff-bigmips
    37  KERNEL_LOAD_ADDRESS = 0x80010000
     37 KERNEL_LOAD_ADDRESS = 0x80100000
    3838endif
    3939
     
    4343 BFD = binary
    4444 CFLAGS += -msoft-float -march=4kc
    45  KERNEL_LOAD_ADDRESS = 0x80010000
     45 KERNEL_LOAD_ADDRESS = 0x80100000
    4646endif
    4747
     
    5151 BFD = elf32-little
    5252 CFLAGS += -msoft-float -mips3
    53  KERNEL_LOAD_ADDRESS = 0x80010000
     53 KERNEL_LOAD_ADDRESS = 0x80100000
    5454endif
    5555
Note: See TracChangeset for help on using the changeset viewer.