Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
PATCH_VERSION=${PV:5} |
7 |
PATCH_VERSION=${PV:5} |
8 |
BASE_BINUTILS="2.16.1" |
8 |
BASE_BINUTILS="2.16.1" |
9 |
GCC_VER="4.0.1" |
9 |
GCC_VER="4.0.2" |
10 |
BIN_VER=${BASE_BINUTILS:0:4} |
10 |
BIN_VER=${BASE_BINUTILS:0:4} |
11 |
ENV_FILE=${D}/etc/env.d/99tigcc |
11 |
ENV_FILE=${D}/etc/env.d/99tigcc |
12 |
S=$WORKDIR |
12 |
S=$WORKDIR |
Lines 31-39
Link Here
|
31 |
|
31 |
|
32 |
src_unpack() { |
32 |
src_unpack() { |
33 |
unpack ${A} |
33 |
unpack ${A} |
34 |
sed -e s#' 20050630 (prerelease)'## \ |
34 |
#sed -e s#' 20050630 (prerelease)'## \ |
35 |
-e s#'20050630 (TIGCC prerelease)'#'(TIGCC)'# \ |
35 |
# -e s#'20050630 (TIGCC prerelease)'#'(TIGCC)'# \ |
36 |
-i /var/tmp/portage/tigcc-0.96_beta5/work/sources/gcc/gcc-4.0-tigcc-patch.diff |
36 |
# -i /var/tmp/portage/tigcc-0.96_beta5/work/sources/gcc/gcc-4.0-tigcc-patch.diff |
37 |
#4.0.1 20050630 (prerelease) |
37 |
#4.0.1 20050630 (prerelease) |
38 |
|
38 |
|
39 |
# start by patching and cleaning out binutils and gcc directories. |
39 |
# start by patching and cleaning out binutils and gcc directories. |