#!/bin/bash STRACE=`which strace` if [ ! -x "$STRACE" ]; then bitbake-runtask $1 $2 $3 $4 else strace -f -o $TRACE_LOGFILE-$3.log -e trace=open,execve bitbake-runtask $1 $2 $3 $4 fi '/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-4.1.2/unbreak-armv4t.patch
blob: b3399abfdb23051a5d4e064ba71012795de982e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12