fix typo
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ build()
|
||||
${TARGET}-gcc -nostdlib -nostartfiles -shared -x c /dev/null -o ${PREFIX}/usr/lib/libc.so || return ${?}
|
||||
rm -rf build-gcc || return ${?}
|
||||
mkdir -pv build-gcc || return ${?}
|
||||
(cd build-gcc; ../gcc-${gcc_version}/configure --target="${TARGET}" --prefix="${PREFIX}" --enable-languages="c" --with-pkgversion="*DANiO* T00LCHAIN" --without-headers --disable-shared --disable-threads --with-sysroot="${PREFIX}" ${ARGS}) || return ${?}
|
||||
(cd build-gcc; ../gcc-${gcc_version}/configure --target="${TARGET}" --prefix="${PREFIX}" --enable-languages="c" --with-pkgversion="*DANiO* T00LCHAIN" --with-headers --disable-shared --disable-threads --with-sysroot="${PREFIX}" ${ARGS}) || return ${?}
|
||||
make -C build-gcc -j${nproc} || return ${?}
|
||||
make -C build-gcc -j${nproc} install || return ${?}
|
||||
env CC="${TARGET}-gcc" CXX="${TARGET}-g++" AR="${TARGET}-ar" RANLIB="${TARGET}-ranlib" bash -c '(cd build-glibc; ../glibc-${libc_version}/configure --prefix="${PREFIX}" --host="${TARGET}" --with-headers="${PREFIX}/usr/include" --with-pkgversion="*DANiO* T00LCHAIN" --enable-add-ons --disable-profile --without-gd ${ARGS})' || return ${?}
|
||||
|
||||
Reference in New Issue
Block a user