annotate sources/targets/i586/description @ 1187:878dbfe76341

Move $BUILD/logs creation from record-commands.sh to include.sh so it gets reliably recreated when a user blanks the logs and re-runs.
author Rob Landley <rob@landley.net>
date Sun, 01 Aug 2010 15:19:00 -0500
parents 4ff4cf117082
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
706
4ff4cf117082 Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 An i586 board, such as the original Pentium/Pentium Pro/Pentium II/Via Samuel
4ff4cf117082 Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
4ff4cf117082 Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 This demonstrates how creating code which runs on the host can still be cross
4ff4cf117082 Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 compiling, because the target may only support a subset of the host's
4ff4cf117082 Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 instruction set.