Subversion Repositories HelenOS-historic

Rev

Rev 255 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 260
Line 74... Line 74...
74
check_error $? "Error unpacking GCC."
74
check_error $? "Error unpacking GCC."
75
 
75
 
76
echo ">>> Compiling and installing binutils"
76
echo ">>> Compiling and installing binutils"
77
cd "${BINUTILSDIR}"
77
cd "${BINUTILSDIR}"
78
check_error $? "Change directory failed."
78
check_error $? "Change directory failed."
79
./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--disable-nls"
79
./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
80
check_error $? "Error configuring binutils."
80
check_error $? "Error configuring binutils."
81
make all install
81
make all install
82
check_error $? "Error compiling/installing binutils."
82
check_error $? "Error compiling/installing binutils."
83
 
83
 
84
echo ">>> Compiling and installing GCC"
84
echo ">>> Compiling and installing GCC"