Changeset 437e35a0 in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-09-01T18:38:09Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73838ed
Parents:
5a2e9bbb
Message:

Fixed bad register assignment in atomic.h.
Added -msoft-float so that it does not call coprocessor and it works withou doubles.
Removed undefined symbol from tlb.c. Unfortunately
mips linker does not report missing symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    r5a2e9bbb r437e35a0  
    1212DEFS=-DARCH=$(ARCH)
    1313CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
    14 CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2
     14CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
    1515LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
    1616
Note: See TracChangeset for help on using the changeset viewer.