source: tt-tools/compile-busybox.sh

Last change on this file was 6, checked in by guillaume, 16 years ago

Publication tt-ttols v0.1
Des outils pour le TwinTact

  • Property svn:executable set to *
File size: 147 bytes
Line 
1#! /bin/bash
2
3source versions.sh
4source environnement-de-cross-compilation.sh
5
6cd $BUSYBOX_BAS
7
8# Compiler busybox
9make CROSS_COMPILE=$PLATEFORME-
Note: See TracBrowser for help on using the repository browser.