~adam-hraska+lp/helenos/cht-bench

« back to all changes in this revision

Viewing changes to kernel/arch/mips32/Makefile.inc

  • Committer: Adam Hraska
  • Date: 2012-08-08 17:19:28 UTC
  • mfrom: (1574.1.16 rcu-clone)
  • Revision ID: adam.hraska+hos@gmail.com-20120808171928-7gf0fh7pcxxcoaoo
Merged in mainline changes from rcu-clone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
BFD_ARCH = mips
30
30
BFD = binary
31
 
GCC_CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mips3 -mabi=32
 
31
GCC_CFLAGS += -msoft-float -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mips3 -mabi=32
32
32
 
33
33
BITS = 32
34
34
 
47
47
ifeq ($(MACHINE),msim)
48
48
        BFD_NAME = elf32-tradlittlemips
49
49
        ENDIANESS = LE
50
 
        GCC_CFLAGS += -mhard-float
51
50
endif
52
51
 
53
52
ARCH_SOURCES = \