File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 9
9
make distclean
10
10
fi
11
11
12
- if [ " X$1 " != " X" ]
13
- then
14
- BUILDROOT=` echo " $1 " | sed ' s/^[^=]*[=]//' `
15
-
16
- OLDCC=${CC}
17
- OLDRANLIB=${RANLIB}
18
- OLDAR=${AR}
19
-
20
- CC=${BUILDROOT} /build_mipsel/staging_dir/bin/mipsel-linux-uclibc-gcc
21
- RANLIB=${BUILDROOT} /build_mipsel/staging_dir/bin/mipsel-linux-uclibc-ranlib
22
- AR=${BUILDROOT} /build_mipsel/staging_dir/bin/mipsel-linux-uclibc-ar
23
-
24
- POSTCONF=--host=mipsel
25
-
26
- export CC
27
- export RANLIB
28
- export AR
29
- else
30
- OLDCC=${CC}
31
- OLDRANLIB=${RANLIB}
32
- OLDAR=${AR}
33
- POSTCONF=
34
- fi
35
-
36
12
echo " Running mkdir -p config"
37
13
mkdir -p config
38
14
@@ -55,11 +31,3 @@ echo "Running autoconf"
55
31
autoconf
56
32
echo " Running ./configure ${POSTCONF} --enable-maintainer-mode $conf_flags $@ "
57
33
./configure ${POSTCONF} --enable-maintainer-mode $conf_flags " $@ "
58
-
59
- CC=${OLDCC}
60
- RANLIB=${OLDRANLIB}
61
- AR=${OLDAR}
62
-
63
- export CC
64
- export RANLIB
65
- export AR
You can’t perform that action at this time.
0 commit comments