|
From: Danny B. <dan...@sc...> - 2006-09-30 15:48:01
|
Err, obviously you also need to change scripts/linux/settings.sh :
dannypc: {15} svn diff settings.sh
Index: settings.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- settings.sh (revision 609)
+++ settings.sh (working copy)
@@ -28,11 +28,19 @@
fi
#
MY_HOST_ARCH=3D`$TOP_SRCDIR/src/gcc/config.guess`
-TGT_ARCH=3Darm-wince-pe
+#
+# Choose the target environment here.
+# "pe" is the old name, "cegcc" is the new name under development.
+#
+# TGT_ARCH=3Darm-wince-pe
+TGT_ARCH=3Darm-wince-cegcc
+#
PE_TGT_ARCH=3Darm-wince-pe
MINGW_TGT_ARCH=3Darm-wince-mingw32
-export MY_HOST_ARCH TGT_ARCH
+MINGW_BUILD_DIR=3D$TOP_SRCDIR/build/$MY_HOST_ARCH/$MINGW_TGT_ARCH
#
+export MY_HOST_ARCH TGT_ARCH MINGW_BUILD_DIR MINGW_TGT_ARCH
+#
BUILD_DIR=3D$TOP_SRCDIR/build/$MY_HOST_ARCH/$TGT_ARCH
export BUILD_DIR
#
@@ -43,7 +51,7 @@
#
# The name of this release
#
-CEGCC_RELEASE=3D0.08
+CEGCC_RELEASE=3D0.09
export CEGCC_RELEASE
#
# The debugging stub
Danny
On Sat, 2006-09-30 at 16:07 +0200, Danny Backx wrote:
> On Sat, 2006-09-30 at 08:41 +0100, Pedro Alves wrote:
> > Danny Backx escreveu:
> > > I have tweaked the sources so I have a working binutils, compiler,
> > > newlib and dlls. Haven't touched GDB yet, I soon will.
> > >
> > > These all appear to work with the arm-wince-cegcc target. Shall I pos=
t
> > > the diffs for public inspection now already, while I continue working=
on
> > > the rest ? And while I'm away doing other things ;-)
> > >
> > > =20
> > Yes, please!
>=20
> Here they are.
>=20
> cegcc-target.log is an explanation of what I did.
> the-diffs contains diffs of files that were changed against SVN.
> newfiles.tar.gz contains all the files that are not currently in SVN.
>=20
> Some of the new files are copies (without a single change) of existing
> files, this may be an area of discussion.
>=20
> Danny
>=20
> > Cheers,
> > Pedro Alves
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share y=
our
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
> _______________________________________________ Cegcc-devel mailing list =
Ceg...@li... https://lists.sourceforge.net/lists/listi=
nfo/cegcc-devel
--=20
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
|