Changeset ffc277e in mainline for src/Makefile


Ignore:
Timestamp:
2005-09-10T00:52:13Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3a6c8e5
Parents:
b02e5d1
Message:

Cleanup of makefiles to have common options in one main makefile.

Add simple build process for different simulators for MIPS.
Added FPU context & lazy FPU context switching to MIPS.
Cleanup of MIPS linker script.
Moved MIPS kernel above 1MB. Not tested on real machine yet, but it might help.

There is something broken with gcc inlined memcpy (either simulator or gcc), it is disabled on BigEndian mips now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    rb02e5d1 rffc277e  
    3333        fb/font-8x16.c
    3434
     35# CFLAGS options same for all targets
     36CFLAGS+=-nostdinc -I../include -Werror-implicit-function-declaration -Wmissing-prototypes -Werror
     37
    3538ifdef DEBUG_SPINLOCK
    3639CFLAGS+=-D$(DEBUG_SPINLOCK)
     
    6063
    6164depend:
    62         $(CC) $(CPPFLAGS) -M $(arch_sources) $(sources) >Makefile.depend
     65        $(CC) $(CFLAGS) -M $(arch_sources) $(sources) >Makefile.depend
    6366
    6467build: kernel.bin boot
Note: See TracChangeset for help on using the changeset viewer.