Changes between Version 4 and Version 5 of Installation Notes
- Timestamp:
- Mar 4, 2008, 4:07:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation Notes
v4 v5 70 70 {{{ 71 71 mipsel_CC_PREFIX = mipsel-linux-elf- 72 mipsel_CFLAGS = - nostdinc72 mipsel_CFLAGS = -mips32 -mno-branch-likely -nostdinc 73 73 mipsel_LDFLAGS = -nostdlib 74 74 }}} 75 75 `nostdinc` and `nostdlib` disable default libraries (Glibc) from compilation and linking. 76 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 79 is a versionned file ! 76 80 77 81 == Other paths ==