This repository was archived by the owner on Sep 29, 2022. It is now read-only.
File tree 2 files changed +6
-10
lines changed
cross-compilers/compilers_generic
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ pushd ${SRC_DIR}/.build/${CHOST}/build/build-cc-gcc-final/
17
17
make -C ${CHOST} /libgcc prefix=${PREFIX} install
18
18
# rm ${PREFIX}/lib/libgcc_s.so*
19
19
20
- mkdir -p $PREFIX /$CHOST /sysroot/lib
20
+ # mkdir -p $PREFIX/$CHOST/sysroot/lib
21
21
22
- cp ${SRC_DIR} /gcc_built/$CHOST /sysroot/lib/libgomp.so* $PREFIX /$CHOST /sysroot/lib
23
- if [ -e ${SRC_DIR} /gcc_built/$CHOST /sysroot/lib/libquadmath.so* ]; then
24
- cp ${SRC_DIR} /gcc_built/$CHOST /sysroot/lib/libquadmath.so* $PREFIX /$CHOST /sysroot/lib
25
- fi
22
+ # cp ${SRC_DIR}/gcc_built/$CHOST/sysroot/lib/libgomp.so* $PREFIX/$CHOST/sysroot/lib
23
+ # if [ -e ${SRC_DIR}/gcc_built/$CHOST/sysroot/lib/libquadmath.so* ]; then
24
+ # cp ${SRC_DIR}/gcc_built/$CHOST/sysroot/lib/libquadmath.so* $PREFIX/$CHOST/sysroot/lib
25
+ # fi
26
26
27
27
make prefix=${PREFIX} install-libcc1
28
28
install -d ${PREFIX} /share/gdb/auto-load/usr/lib
Original file line number Diff line number Diff line change @@ -9,11 +9,7 @@ export PATH=${SRC_DIR}/gcc_built/bin:${SRC_DIR}/.build/${CHOST}/buildtools/bin:$
9
9
mkdir -p $PREFIX /lib
10
10
rm -f $PREFIX /lib/libgfortran* || true
11
11
12
- cp ${SRC_DIR} /gcc_built/$CHOST /sysroot/lib/libgfortran.so.3.0.0 $PREFIX /lib
13
- pushd $PREFIX /lib
14
- ln -s libgfortran.so.3.0.0 libgfortran.so.3.0
15
- ln -s libgfortran.so.3.0 libgfortran.so
16
- popd
12
+ cp -f ${SRC_DIR} /gcc_built/$CHOST /sysroot/lib/libgfortran.so* $PREFIX /lib
17
13
18
14
# Install Runtime Library Exception
19
15
install -Dm644 $SRC_DIR /.build/src/gcc-${PKG_VERSION} /COPYING.RUNTIME \
You can’t perform that action at this time.
0 commit comments