Changeset ce8725be in mainline for arch/mips32/loader/Makefile


Ignore:
Timestamp:
2006-06-25T21:33:26Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d22645e
Parents:
282f4724
Message:

Cleanup boot infrastructure: ppc32 (and elsewhere).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/loader/Makefile

    r282f4724 rce8725be  
    4747endif
    4848
    49 CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3
    50 DEFS = -I.
     49CFLAGS = -I. -I../../../generic -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3
    5150
    5251SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.