mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2025-10-14 20:28:35 +09:00
rename directory gcc-4.4.0 to gcc
This hasn't been gcc 4.4.0 for quite some time.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -4,8 +4,8 @@
|
|||||||
[submodule "binutils"]
|
[submodule "binutils"]
|
||||||
path = binutils
|
path = binutils
|
||||||
url = git://git.xcsoar.org/xcsoar/max/cegcc-binutils.git
|
url = git://git.xcsoar.org/xcsoar/max/cegcc-binutils.git
|
||||||
[submodule "gcc-4.4.0"]
|
[submodule "gcc"]
|
||||||
path = gcc-4.4.0
|
path = gcc
|
||||||
url = git://git.xcsoar.org/xcsoar/max/cegcc-gcc.git
|
url = git://git.xcsoar.org/xcsoar/max/cegcc-gcc.git
|
||||||
[submodule "mingw"]
|
[submodule "mingw"]
|
||||||
path = mingw
|
path = mingw
|
||||||
|
@@ -16,10 +16,6 @@ export BUILD_DIR=`pwd`
|
|||||||
|
|
||||||
ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
|
ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
|
||||||
|
|
||||||
if test -z "${gcc_src}"; then
|
|
||||||
export gcc_src=gcc-4.4.0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# The list of components, in build order. There's a build_FOO
|
# The list of components, in build order. There's a build_FOO
|
||||||
# function for each of these components
|
# function for each of these components
|
||||||
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc dlls )
|
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc dlls )
|
||||||
@@ -243,7 +239,7 @@ build_binutils()
|
|||||||
|
|
||||||
build_bootstrap_gcc()
|
build_bootstrap_gcc()
|
||||||
{
|
{
|
||||||
configure_host_module $gcc_src gcc-bootstrap \
|
configure_host_module gcc gcc-bootstrap \
|
||||||
--with-gcc \
|
--with-gcc \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-gnu-as \
|
--with-gnu-as \
|
||||||
@@ -319,7 +315,7 @@ build_mingw()
|
|||||||
|
|
||||||
build_gcc()
|
build_gcc()
|
||||||
{
|
{
|
||||||
configure_host_module ${gcc_src} gcc \
|
configure_host_module gcc gcc \
|
||||||
--with-gcc \
|
--with-gcc \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-gnu-as \
|
--with-gnu-as \
|
||||||
@@ -495,7 +491,7 @@ done
|
|||||||
|
|
||||||
export TARGET="arm-mingw32ce"
|
export TARGET="arm-mingw32ce"
|
||||||
#export TARGET="arm-wince-mingw32ce"
|
#export TARGET="arm-wince-mingw32ce"
|
||||||
export BUILD=`sh ${BASE_DIRECTORY}/${gcc_src}/config.guess`
|
export BUILD=`sh ${BASE_DIRECTORY}/gcc/config.guess`
|
||||||
if [ "x${host}" != "x" ]; then
|
if [ "x${host}" != "x" ]; then
|
||||||
export HOST="${host}"
|
export HOST="${host}"
|
||||||
else
|
else
|
||||||
|
2
mingwdll
2
mingwdll
Submodule mingwdll updated: f86a66cb30...c1c666f793
Reference in New Issue
Block a user