Changes between Version 5 and Version 6 of Installation Notes


Ignore:
Timestamp:
Mar 4, 2008, 4:09:18 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation Notes

    v5 v6  
    7070{{{
    7171mipsel_CC_PREFIX = mipsel-linux-elf-
    72 mipsel_CFLAGS = -mips32 -mno-branch-likely -nostdinc
    73 mipsel_LDFLAGS = -nostdlib
     72mipsel_CFLAGS += -nostdinc
     73mipsel_LDFLAGS += -nostdlib
    7474}}}
    7575`nostdinc` and `nostdlib` disable default libraries (Glibc) from compilation and linking.
    7676
    77 May attentions to default values in `/path/to/soclib/utils/conf/soft_flags.mk`, they may be of
    78 some usefulness. Dont directly modify this file unless you intend to commit your modifications. This
     77Pay attentions to default values in `/path/to/soclib/utils/conf/soft_flags.mk`, they may be of
     78some usefulness. Dont directly modify `soft_flags.mk` unless you intend to commit your modifications. This
    7979is a versionned file !
    8080