Changeset dbd1059 in mainline for arch/mips32


Ignore:
Timestamp:
2005-11-03T12:12:47Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0259524
Parents:
169c408
Message:

IA-64 work.
Exclude external interrupt from universal_handler() scope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r169c408 rdbd1059  
    3333 BFD = ecoff-littlemips
    3434 KERNEL_LOAD_ADDRESS = 0x80100000
    35  BFD_NAME=elf32-little
     35 BFD_NAME=elf32-tradlittlemips
    3636endif
    3737
     
    5353 CFLAGS += -mhard-float -march=4kc
    5454 KERNEL_LOAD_ADDRESS = 0x80100000
    55  BFD_NAME=elf32-little
     55 BFD_NAME=elf32-tradlittlemips
    5656endif
    5757
     
    6060 CFLAGS += -mhard-float -mips3
    6161 KERNEL_LOAD_ADDRESS = 0x80100000
    62  BFD_NAME=elf32-little
     62 BFD_NAME=elf32-tradlittlemips
    6363endif
    6464
     
    6666# that do not bother us
    6767ifeq (${MACHINE},simics)
    68  BFD = elf32-little
     68 BFD = elf32-tradlittlemips
    6969 CFLAGS += -mhard-float -mips3
    7070 KERNEL_LOAD_ADDRESS = 0x80100000
    71  BFD_NAME=elf32-little
     71 BFD_NAME=elf32-tradlittlemips
    7272endif
    7373
Note: See TracChangeset for help on using the changeset viewer.