Changeset e2e56fa9 in mainline


Ignore:
Timestamp:
2005-07-21T15:54:14Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11485dec
Parents:
f5e3d1da
Message:

Add -mno-abicalls to prevent generating of PIC code.
Remove -mxgot option.
The MIPS port is functional again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified arch/mips/Makefile.inc

    rf5e3d1da re2e56fa9  
    1111
    1212DEFS=-DARCH=$(ARCH)
    13 CPPFLAGS=$(DEFS) -nostdinc -mxgot -I../include
     13CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
    1414CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
    1515LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
Note: See TracChangeset for help on using the changeset viewer.