Changes between Version 5 and Version 6 of Installation Notes
- Timestamp:
- Mar 4, 2008, 4:09:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation Notes
v5 v6 70 70 {{{ 71 71 mipsel_CC_PREFIX = mipsel-linux-elf- 72 mipsel_CFLAGS = -mips32 -mno-branch-likely-nostdinc73 mipsel_LDFLAGS = -nostdlib72 mipsel_CFLAGS += -nostdinc 73 mipsel_LDFLAGS += -nostdlib 74 74 }}} 75 75 `nostdinc` and `nostdlib` disable default libraries (Glibc) from compilation and linking. 76 76 77 May attentions to default values in `/path/to/soclib/utils/conf/soft_flags.mk`, they may be of78 some usefulness. Dont directly modify this fileunless you intend to commit your modifications. This77 Pay attentions to default values in `/path/to/soclib/utils/conf/soft_flags.mk`, they may be of 78 some usefulness. Dont directly modify `soft_flags.mk` unless you intend to commit your modifications. This 79 79 is a versionned file ! 80 80