4 Commits
1.3 ... 1.4

Author SHA1 Message Date
91ff09f7d2 Make GCC 10 relocatable as well. 2020-08-24 08:11:03 +02:00
4a042370b0 Bump GCC version to 10.2.0 2020-08-23 01:32:09 +02:00
afa9926f6c Correct XTchain banner. 2020-08-17 18:09:16 +02:00
71cde519cb Disable X support in Wine. 2020-08-17 17:36:13 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# GCC Settings # GCC Settings
GCCDIR="${SRCDIR}/gcc" GCCDIR="${SRCDIR}/gcc"
GCCTAG="releases/gcc-9.3.0" GCCTAG="releases/gcc-10.2.0"
GCCVCS="git://gcc.gnu.org/git/gcc.git" GCCVCS="git://gcc.gnu.org/git/gcc.git"
# Make Settings # Make Settings
@@ -393,7 +393,8 @@ wine_build()
mkdir -p ${WINEDIR}/build mkdir -p ${WINEDIR}/build
cd ${WINEDIR}/build cd ${WINEDIR}/build
../configure \ ../configure \
-enable-win64 -enable-win64 \
--without-x
for TOOL in winedump wmc wrc; do for TOOL in winedump wmc wrc; do
make -j${CORES} tools/${TOOL} make -j${CORES} tools/${TOOL}
cp tools/${TOOL}/${TOOL} ${BINDIR}/bin/ cp tools/${TOOL}/${TOOL} ${BINDIR}/bin/

View File

@@ -31,7 +31,7 @@ export -f charch
version() version()
{ {
echo "###############################################################################" 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 "# by Rafal Kupiec <belliash@codingworkshop.eu.org> #"
echo "###############################################################################" echo "###############################################################################"
echo echo