Changeset 437ee6a4 in mainline for arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2005-10-30T13:49:39Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df91be5
Parents:
2cd0485d
Message:

sparc64 work.
Add context_save(), context_set() and context_restore().
Remove putchar() definition from ofw.c.
Add sparc64 putchar().
Add ppc32 putchar() (i.e. the original ofw.c putchar()).
Make arg.h use the builtin va_* constructs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/Makefile.inc

    r2cd0485d r437ee6a4  
    1515
    1616DEFS=-DARCH=$(ARCH)
    17 CFLAGS=$(DEFS) -nostdlib -fno-builtin -O2
     17CFLAGS=$(DEFS) -nostdlib -fno-builtin -mcpu=ultrasparc -m64 -O2
    1818LFLAGS=-M -no-check-sections -N
    1919
    2020arch_sources= \
     21        src/arch/asm.S \
     22        src/arch/console.c \
     23        src/arch/context.S \
    2124        src/arch/dummy.s \
     25        src/arch/sparc64.c \
    2226        src/arch/start.S \
    23         src/arch/sparc64.c
     27        src/arch/mm/frame.c \
     28        src/arch/mm/page.c
     29       
    2430
Note: See TracChangeset for help on using the changeset viewer.