Linux MIPS Architecture development
 help / color / mirror / Atom feed
* mips-tfile
@ 2001-03-05 12:49 Steven Liu
  2001-03-05 12:49 ` mips-tfile Steven Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Steven Liu @ 2001-03-05 12:49 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]

Hi, All:

Hi, All:

I am working on cross-compiler for mips R3000 on Linux now and meet a problem in egcs.

My host system is i386 with Rad Hat 7.0 installed.

First, I successfully built and installed binutils-2.8.1 by using 
binutils-2.8.1.tar.gz and egcs-mips-linux-1.1.2-2.i386.rpm. This created 
bin, lib, mips-linux subdirectories.

Second, I installed the linux kernel source code for mips by using 
linux-2.2.14-000715.tar.gz and configured it and enabled 
CONFIG_CROSSCOMPILE.  Made soft links: let  mips-linux/include/asm 
pointd to linux-2.2.14-000715/include/asm-mips and
mips-linux/include/linux pointd to linux-2.2.14-000715/include/linux.

Third, unziped the egcs-1.1.2.tar.gz, added the patch 
egcs-mips-linux-1.1.2-2.i386.rpm and configured it as following:
     ./configure --prefix=3D/home/sliu --with-newlib --target=mips-linux
and made it this way:
     make SUBDIRS=3D"libiberty texinfo gcc" ALL_TARGET_MODULES=3D =
CONFIGURE_TARGET_MODULES=3D INSTALL_TARGET_MODULES=3D LANGUAGES=3D"c"

Then, it gave the following errors in gcc subdirectory:

xgcc: installation problem, cannot exec `mips-tfile': No such file or =
directory
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/home/sliu/egcs-1.1.2/gcc'
make: *** [all-gcc] Error 2

Any help would be greatly appreciated.

Regards,


Steven

[-- Attachment #2: Type: text/html, Size: 2475 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* mips-tfile
  2001-03-05 12:49 mips-tfile Steven Liu
@ 2001-03-05 12:49 ` Steven Liu
  2001-03-06  4:55 ` mips-tfile Keith M Wesolowski
  2001-03-09 17:15 ` Scrabled headers, was: mips-tfile Ralf Baechle
  2 siblings, 0 replies; 13+ messages in thread
From: Steven Liu @ 2001-03-05 12:49 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]

Hi, All:

Hi, All:

I am working on cross-compiler for mips R3000 on Linux now and meet a problem in egcs.

My host system is i386 with Rad Hat 7.0 installed.

First, I successfully built and installed binutils-2.8.1 by using 
binutils-2.8.1.tar.gz and egcs-mips-linux-1.1.2-2.i386.rpm. This created 
bin, lib, mips-linux subdirectories.

Second, I installed the linux kernel source code for mips by using 
linux-2.2.14-000715.tar.gz and configured it and enabled 
CONFIG_CROSSCOMPILE.  Made soft links: let  mips-linux/include/asm 
pointd to linux-2.2.14-000715/include/asm-mips and
mips-linux/include/linux pointd to linux-2.2.14-000715/include/linux.

Third, unziped the egcs-1.1.2.tar.gz, added the patch 
egcs-mips-linux-1.1.2-2.i386.rpm and configured it as following:
     ./configure --prefix=3D/home/sliu --with-newlib --target=mips-linux
and made it this way:
     make SUBDIRS=3D"libiberty texinfo gcc" ALL_TARGET_MODULES=3D =
CONFIGURE_TARGET_MODULES=3D INSTALL_TARGET_MODULES=3D LANGUAGES=3D"c"

Then, it gave the following errors in gcc subdirectory:

xgcc: installation problem, cannot exec `mips-tfile': No such file or =
directory
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/home/sliu/egcs-1.1.2/gcc'
make: *** [all-gcc] Error 2

Any help would be greatly appreciated.

Regards,


Steven

[-- Attachment #2: Type: text/html, Size: 2475 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-03-05 12:49 mips-tfile Steven Liu
  2001-03-05 12:49 ` mips-tfile Steven Liu
@ 2001-03-06  4:55 ` Keith M Wesolowski
  2001-03-09 16:58   ` mips-tfile Ralf Baechle
  2001-05-18  1:09   ` mips-tfile Steven Liu
  2001-03-09 17:15 ` Scrabled headers, was: mips-tfile Ralf Baechle
  2 siblings, 2 replies; 13+ messages in thread
From: Keith M Wesolowski @ 2001-03-06  4:55 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips

On Mon, Mar 05, 2001 at 04:49:28AM -0800, Steven Liu wrote:

> I am working on cross-compiler for mips R3000 on Linux now and meet a problem in egcs.
> 
> My host system is i386 with Rad Hat 7.0 installed.
> 
> First, I successfully built and installed binutils-2.8.1 by using 
> binutils-2.8.1.tar.gz and egcs-mips-linux-1.1.2-2.i386.rpm. This created 
> bin, lib, mips-linux subdirectories.

This makes no sense...how/why did you use an rpm of egcs to build
binutils from source?  That doesn't really make any sense.  Could you
please indicate what exact files you are using and where you got them
from?  If you are applying patches, please mention those as well.

> Second, I installed the linux kernel source code for mips by using 
> linux-2.2.14-000715.tar.gz and configured it and enabled 
> CONFIG_CROSSCOMPILE.  Made soft links: let  mips-linux/include/asm 
> pointd to linux-2.2.14-000715/include/asm-mips and
> mips-linux/include/linux pointd to linux-2.2.14-000715/include/linux.

This is not needed to build either gcc or the kernel.

> Third, unziped the egcs-1.1.2.tar.gz, added the patch 
> egcs-mips-linux-1.1.2-2.i386.rpm and configured it as following:
>      ./configure --prefix=3D/home/sliu --with-newlib --target=mips-linux
> and made it this way:
>      make SUBDIRS=3D"libiberty texinfo gcc" ALL_TARGET_MODULES=3D =
> CONFIGURE_TARGET_MODULES=3D INSTALL_TARGET_MODULES=3D LANGUAGES=3D"c"

What are you doing with both an rpm and a source tarball?  An RPM is
surely not a patch.  Also, it is traditional to build gcc outside the
source directory; it's possible that that is a source of trouble.  The
random "3D" in your output there is either another source of trouble
or an artifact of your mailer; in either case it should be fixed.

If you are having trouble building a cross-toolchain, you might
consider getting make-cross from
ftp://oss.sgi.com/pub/linux/mips/mips-linux/simple/crossdev - it takes
most of the hard parts out of it.  There's also a source toolchain
there that seems to work fairly well; it compiles glibc, for example,
which no version of egcs 1.1.2 I have seen will.  Of course, if you
want to use different versions you can do that as well.

-- 
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
"I should have crushed his marketing-addled skull with a fucking bat."

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-03-06  4:55 ` mips-tfile Keith M Wesolowski
@ 2001-03-09 16:58   ` Ralf Baechle
  2001-05-18  1:09   ` mips-tfile Steven Liu
  1 sibling, 0 replies; 13+ messages in thread
From: Ralf Baechle @ 2001-03-09 16:58 UTC (permalink / raw)
  To: Keith M Wesolowski; +Cc: Steven Liu, linux-mips

On Mon, Mar 05, 2001 at 08:55:16PM -0800, Keith M Wesolowski wrote:

> random "3D" in your output there is either another source of trouble
> or an artifact of your mailer; in either case it should be fixed.

quoted-unprintable.  Considered evil.

  Ralf

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Scrabled headers, was: Re: mips-tfile
  2001-03-05 12:49 mips-tfile Steven Liu
  2001-03-05 12:49 ` mips-tfile Steven Liu
  2001-03-06  4:55 ` mips-tfile Keith M Wesolowski
@ 2001-03-09 17:15 ` Ralf Baechle
  2001-03-09 17:15   ` Ralf Baechle
  2 siblings, 1 reply; 13+ messages in thread
From: Ralf Baechle @ 2001-03-09 17:15 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips, zmailer

Looking more at this posting, a blank line has been inserted into the
headers, thereby turning some of the headers into a part of the body.
This also explains why we saw this `3D' things sprinkled all over
Steven's posting.  This is not a bug I've observed before with
MS Outlaw which Steven is using and our Majorodom also shouldn't be
guilty.  Would leave the somewhat older version of Zmailer we're running
on oss as one of the suspects.

Matti,

have you ever seen blank lines inserted like this?

X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Orcpt: rfc822;linux-mips@oss.sgi.com
Sender: owner-linux-mips@oss.sgi.com
Precedence: bulk
Content-Length: 4303
Lines: 126

Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi, All:

Hi, All:
[...]

  Ralf

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Scrabled headers, was: Re: mips-tfile
  2001-03-09 17:15 ` Scrabled headers, was: mips-tfile Ralf Baechle
@ 2001-03-09 17:15   ` Ralf Baechle
  0 siblings, 0 replies; 13+ messages in thread
From: Ralf Baechle @ 2001-03-09 17:15 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips, zmailer

Looking more at this posting, a blank line has been inserted into the
headers, thereby turning some of the headers into a part of the body.
This also explains why we saw this `3D' things sprinkled all over
Steven's posting.  This is not a bug I've observed before with
MS Outlaw which Steven is using and our Majorodom also shouldn't be
guilty.  Would leave the somewhat older version of Zmailer we're running
on oss as one of the suspects.

Matti,

have you ever seen blank lines inserted like this?

X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Orcpt: rfc822;linux-mips@oss.sgi.com
Sender: owner-linux-mips@oss.sgi.com
Precedence: bulk
Content-Length: 4303
Lines: 126

Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi, All:

Hi, All:
[...]

  Ralf

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-03-06  4:55 ` mips-tfile Keith M Wesolowski
  2001-03-09 16:58   ` mips-tfile Ralf Baechle
@ 2001-05-18  1:09   ` Steven Liu
  2001-05-18  1:09     ` mips-tfile Steven Liu
  2001-05-18  1:31     ` mips-tfile Ralf Baechle
  1 sibling, 2 replies; 13+ messages in thread
From: Steven Liu @ 2001-05-18  1:09 UTC (permalink / raw)
  To: Keith M Wesolowski; +Cc: linux-mips

Hi, All:

I have a question about GCC:

How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and swr?

Thanks,

Steven
----- Original Message -----
From: "Keith M Wesolowski" <wesolows@foobazco.org>
To: "Steven Liu" <stevenliu@psdc.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Monday, March 05, 2001 9:55 PM
Subject: Re: mips-tfile


> On Mon, Mar 05, 2001 at 04:49:28AM -0800, Steven Liu wrote:
>
> > I am working on cross-compiler for mips R3000 on Linux now and meet a
problem in egcs.
> >
> > My host system is i386 with Rad Hat 7.0 installed.
> >
> > First, I successfully built and installed binutils-2.8.1 by using
> > binutils-2.8.1.tar.gz and egcs-mips-linux-1.1.2-2.i386.rpm. This created
> > bin, lib, mips-linux subdirectories.
>
> This makes no sense...how/why did you use an rpm of egcs to build
> binutils from source?  That doesn't really make any sense.  Could you
> please indicate what exact files you are using and where you got them
> from?  If you are applying patches, please mention those as well.
>
> > Second, I installed the linux kernel source code for mips by using
> > linux-2.2.14-000715.tar.gz and configured it and enabled
> > CONFIG_CROSSCOMPILE.  Made soft links: let  mips-linux/include/asm
> > pointd to linux-2.2.14-000715/include/asm-mips and
> > mips-linux/include/linux pointd to linux-2.2.14-000715/include/linux.
>
> This is not needed to build either gcc or the kernel.
>
> > Third, unziped the egcs-1.1.2.tar.gz, added the patch
> > egcs-mips-linux-1.1.2-2.i386.rpm and configured it as following:
> >      ./configure --prefix=3D/home/sliu --with-newlib --target=mips-linux
> > and made it this way:
> >      make SUBDIRS=3D"libiberty texinfo gcc" ALL_TARGET_MODULES=3D =
> > CONFIGURE_TARGET_MODULES=3D INSTALL_TARGET_MODULES=3D LANGUAGES=3D"c"
>
> What are you doing with both an rpm and a source tarball?  An RPM is
> surely not a patch.  Also, it is traditional to build gcc outside the
> source directory; it's possible that that is a source of trouble.  The
> random "3D" in your output there is either another source of trouble
> or an artifact of your mailer; in either case it should be fixed.
>
> If you are having trouble building a cross-toolchain, you might
> consider getting make-cross from
> ftp://oss.sgi.com/pub/linux/mips/mips-linux/simple/crossdev - it takes
> most of the hard parts out of it.  There's also a source toolchain
> there that seems to work fairly well; it compiles glibc, for example,
> which no version of egcs 1.1.2 I have seen will.  Of course, if you
> want to use different versions you can do that as well.
>
> --
> Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
> ------(( Project Foobazco Coordinator and Network Administrator ))------
> "I should have crushed his marketing-addled skull with a fucking bat."
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18  1:09   ` mips-tfile Steven Liu
@ 2001-05-18  1:09     ` Steven Liu
  2001-05-18  1:31     ` mips-tfile Ralf Baechle
  1 sibling, 0 replies; 13+ messages in thread
From: Steven Liu @ 2001-05-18  1:09 UTC (permalink / raw)
  To: Keith M Wesolowski; +Cc: linux-mips

Hi, All:

I have a question about GCC:

How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and swr?

Thanks,

Steven
----- Original Message -----
From: "Keith M Wesolowski" <wesolows@foobazco.org>
To: "Steven Liu" <stevenliu@psdc.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Monday, March 05, 2001 9:55 PM
Subject: Re: mips-tfile


> On Mon, Mar 05, 2001 at 04:49:28AM -0800, Steven Liu wrote:
>
> > I am working on cross-compiler for mips R3000 on Linux now and meet a
problem in egcs.
> >
> > My host system is i386 with Rad Hat 7.0 installed.
> >
> > First, I successfully built and installed binutils-2.8.1 by using
> > binutils-2.8.1.tar.gz and egcs-mips-linux-1.1.2-2.i386.rpm. This created
> > bin, lib, mips-linux subdirectories.
>
> This makes no sense...how/why did you use an rpm of egcs to build
> binutils from source?  That doesn't really make any sense.  Could you
> please indicate what exact files you are using and where you got them
> from?  If you are applying patches, please mention those as well.
>
> > Second, I installed the linux kernel source code for mips by using
> > linux-2.2.14-000715.tar.gz and configured it and enabled
> > CONFIG_CROSSCOMPILE.  Made soft links: let  mips-linux/include/asm
> > pointd to linux-2.2.14-000715/include/asm-mips and
> > mips-linux/include/linux pointd to linux-2.2.14-000715/include/linux.
>
> This is not needed to build either gcc or the kernel.
>
> > Third, unziped the egcs-1.1.2.tar.gz, added the patch
> > egcs-mips-linux-1.1.2-2.i386.rpm and configured it as following:
> >      ./configure --prefix=3D/home/sliu --with-newlib --target=mips-linux
> > and made it this way:
> >      make SUBDIRS=3D"libiberty texinfo gcc" ALL_TARGET_MODULES=3D =
> > CONFIGURE_TARGET_MODULES=3D INSTALL_TARGET_MODULES=3D LANGUAGES=3D"c"
>
> What are you doing with both an rpm and a source tarball?  An RPM is
> surely not a patch.  Also, it is traditional to build gcc outside the
> source directory; it's possible that that is a source of trouble.  The
> random "3D" in your output there is either another source of trouble
> or an artifact of your mailer; in either case it should be fixed.
>
> If you are having trouble building a cross-toolchain, you might
> consider getting make-cross from
> ftp://oss.sgi.com/pub/linux/mips/mips-linux/simple/crossdev - it takes
> most of the hard parts out of it.  There's also a source toolchain
> there that seems to work fairly well; it compiles glibc, for example,
> which no version of egcs 1.1.2 I have seen will.  Of course, if you
> want to use different versions you can do that as well.
>
> --
> Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
> ------(( Project Foobazco Coordinator and Network Administrator ))------
> "I should have crushed his marketing-addled skull with a fucking bat."
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18  1:09   ` mips-tfile Steven Liu
  2001-05-18  1:09     ` mips-tfile Steven Liu
@ 2001-05-18  1:31     ` Ralf Baechle
  2001-05-18 23:42       ` mips-tfile Steven Liu
  1 sibling, 1 reply; 13+ messages in thread
From: Ralf Baechle @ 2001-05-18  1:31 UTC (permalink / raw)
  To: Steven Liu; +Cc: Keith M Wesolowski, linux-mips

On Thu, May 17, 2001 at 06:09:17PM -0700, Steven Liu wrote:

> I have a question about GCC:
> 
> How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and swr?

Modify gcc.  Unless you're using a new flavour (And I'm tempted to use some
curseword instead ...) of a cpu core without lwl/lwr/swl/swr there should
never be a reason to avoid those instructions.

  Ralf

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18  1:31     ` mips-tfile Ralf Baechle
@ 2001-05-18 23:42       ` Steven Liu
  2001-05-18 23:42         ` mips-tfile Steven Liu
                           ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Steven Liu @ 2001-05-18 23:42 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Keith M Wesolowski, linux-mips

Hi ALL:

I have a question regarding MIPS Makefile.

In the Makefile of the Linux build directory, there are two Macros of C
compiler flags: HOSTCFLAGS and CFLAGS.

What are their purpose and difference? In another words, what is host gcc?
Why do we use host gcc in building the target kernel?

If you could give me any help, I would be very pleased.

Thank you.

Steven Liu

----- Original Message -----
From: "Ralf Baechle" <ralf@oss.sgi.com>
To: "Steven Liu" <stevenliu@psdc.com>
Cc: "Keith M Wesolowski" <wesolows@foobazco.org>; <linux-mips@oss.sgi.com>
Sent: Thursday, May 17, 2001 6:31 PM
Subject: Re: mips-tfile


> On Thu, May 17, 2001 at 06:09:17PM -0700, Steven Liu wrote:
>
> > I have a question about GCC:
> >
> > How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and
swr?
>
> Modify gcc.  Unless you're using a new flavour (And I'm tempted to use
some
> curseword instead ...) of a cpu core without lwl/lwr/swl/swr there should
> never be a reason to avoid those instructions.
>
>   Ralf
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18 23:42       ` mips-tfile Steven Liu
@ 2001-05-18 23:42         ` Steven Liu
  2001-05-18 23:50         ` mips-tfile Justin Carlson
  2001-05-19  3:23         ` mips-tfile Ralf Baechle
  2 siblings, 0 replies; 13+ messages in thread
From: Steven Liu @ 2001-05-18 23:42 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Keith M Wesolowski, linux-mips

Hi ALL:

I have a question regarding MIPS Makefile.

In the Makefile of the Linux build directory, there are two Macros of C
compiler flags: HOSTCFLAGS and CFLAGS.

What are their purpose and difference? In another words, what is host gcc?
Why do we use host gcc in building the target kernel?

If you could give me any help, I would be very pleased.

Thank you.

Steven Liu

----- Original Message -----
From: "Ralf Baechle" <ralf@oss.sgi.com>
To: "Steven Liu" <stevenliu@psdc.com>
Cc: "Keith M Wesolowski" <wesolows@foobazco.org>; <linux-mips@oss.sgi.com>
Sent: Thursday, May 17, 2001 6:31 PM
Subject: Re: mips-tfile


> On Thu, May 17, 2001 at 06:09:17PM -0700, Steven Liu wrote:
>
> > I have a question about GCC:
> >
> > How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and
swr?
>
> Modify gcc.  Unless you're using a new flavour (And I'm tempted to use
some
> curseword instead ...) of a cpu core without lwl/lwr/swl/swr there should
> never be a reason to avoid those instructions.
>
>   Ralf
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18 23:42       ` mips-tfile Steven Liu
  2001-05-18 23:42         ` mips-tfile Steven Liu
@ 2001-05-18 23:50         ` Justin Carlson
  2001-05-19  3:23         ` mips-tfile Ralf Baechle
  2 siblings, 0 replies; 13+ messages in thread
From: Justin Carlson @ 2001-05-18 23:50 UTC (permalink / raw)
  To: stevenliu; +Cc: linux-mips

On Fri, 18 May 2001, Steven Liu wrote:
> Hi ALL:
> 
> I have a question regarding MIPS Makefile.
> 
> In the Makefile of the Linux build directory, there are two Macros of C
> compiler flags: HOSTCFLAGS and CFLAGS.
> 
> What are their purpose and difference? In another words, what is host gcc?
> Why do we use host gcc in building the target kernel?
> 

See Documentation/kbuild/makefiles.txt.

-Justin

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: mips-tfile
  2001-05-18 23:42       ` mips-tfile Steven Liu
  2001-05-18 23:42         ` mips-tfile Steven Liu
  2001-05-18 23:50         ` mips-tfile Justin Carlson
@ 2001-05-19  3:23         ` Ralf Baechle
  2 siblings, 0 replies; 13+ messages in thread
From: Ralf Baechle @ 2001-05-19  3:23 UTC (permalink / raw)
  To: Steven Liu; +Cc: Keith M Wesolowski, linux-mips

On Fri, May 18, 2001 at 04:42:37PM -0700, Steven Liu wrote:

> I have a question regarding MIPS Makefile.
> 
> In the Makefile of the Linux build directory, there are two Macros of C
> compiler flags: HOSTCFLAGS and CFLAGS.
> 
> What are their purpose and difference? In another words, what is host gcc?
> Why do we use host gcc in building the target kernel?

During the build process of the kernel some tools like scripts/mkdep and
others are built which are running on the compile machine, not the target
machine.  The variable HOSTCFLAGS takes some extra compiler options to be
passed for such compilations.

  Ralf

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2001-05-19  3:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-05 12:49 mips-tfile Steven Liu
2001-03-05 12:49 ` mips-tfile Steven Liu
2001-03-06  4:55 ` mips-tfile Keith M Wesolowski
2001-03-09 16:58   ` mips-tfile Ralf Baechle
2001-05-18  1:09   ` mips-tfile Steven Liu
2001-05-18  1:09     ` mips-tfile Steven Liu
2001-05-18  1:31     ` mips-tfile Ralf Baechle
2001-05-18 23:42       ` mips-tfile Steven Liu
2001-05-18 23:42         ` mips-tfile Steven Liu
2001-05-18 23:50         ` mips-tfile Justin Carlson
2001-05-19  3:23         ` mips-tfile Ralf Baechle
2001-03-09 17:15 ` Scrabled headers, was: mips-tfile Ralf Baechle
2001-03-09 17:15   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox