forked from xt-sys/xtchain
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
91ff09f7d2
|
|||
4a042370b0
|
|||
afa9926f6c
|
|||
71cde519cb
|
@@ -32,7 +32,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
|
||||
|
||||
# GCC Settings
|
||||
GCCDIR="${SRCDIR}/gcc"
|
||||
GCCTAG="releases/gcc-9.3.0"
|
||||
GCCTAG="releases/gcc-10.2.0"
|
||||
GCCVCS="git://gcc.gnu.org/git/gcc.git"
|
||||
|
||||
# Make Settings
|
||||
@@ -393,7 +393,8 @@ wine_build()
|
||||
mkdir -p ${WINEDIR}/build
|
||||
cd ${WINEDIR}/build
|
||||
../configure \
|
||||
-enable-win64
|
||||
-enable-win64 \
|
||||
--without-x
|
||||
for TOOL in winedump wmc wrc; do
|
||||
make -j${CORES} tools/${TOOL}
|
||||
cp tools/${TOOL}/${TOOL} ${BINDIR}/bin/
|
||||
|
@@ -31,7 +31,7 @@ export -f charch
|
||||
version()
|
||||
{
|
||||
echo "###############################################################################"
|
||||
echo "# FerretOS Build Environment v${XTCVER} for Linux #"
|
||||
echo "# XT Toolchain v${XTCVER} for Linux #"
|
||||
echo "# by Rafal Kupiec <belliash@codingworkshop.eu.org> #"
|
||||
echo "###############################################################################"
|
||||
echo
|
||||
|
Reference in New Issue
Block a user