mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +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:
parent
7b2bf93f6e
commit
e23741ddf3
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
@ -1 +1 @@
|
|||||||
Subproject commit f86a66cb3042a96bb6bad600f71df4d2c90036a4
|
Subproject commit c1c666f793d135a4c834c94a9f1237cce4185c45
|
Loading…
Reference in New Issue
Block a user