Changeset 4f1475d4 in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-09-04T19:43:15Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9e5422
Parents:
ee7e6ace
Message:

Added preprocessed linker script to AMD architecture, so that
the constants are all only in the header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    ree7e6ace r4f1475d4  
    1616CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
    1717CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
    18 LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
     18LFLAGS=-mips2 -M -no-check-sections
    1919
    2020arch_sources= \
Note: See TracChangeset for help on using the changeset viewer.