| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| Date: | Thu, 27 May 2004 11:04:16 -0400 |
| Message-Id: | <200405271504.i4RF4Gvq021397@envy.delorie.com> |
| From: | DJ Delorie <dj AT delorie DOT com> |
| To: | djgpp AT delorie DOT com |
| In-reply-to: | <a97206c3.0405270650.19e3cf41@posting.google.com> |
| (kccheng AT soliton DOT com DOT tw) | |
| Subject: | Re: Cross build from Linux to DJGPP |
| References: | <a97206c3 DOT 0405270650 DOT 19e3cf41 AT posting DOT google DOT com> |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
If you built your cross compiler with --target=i586-pc-msdosdjgpp then you'd configure hello with: ./configure --build=i686-pc-linuxgnu --host=i586-pc-msdosdjgpp That should tell it to use CC=i586-pc-msdosdjgpp-gcc and related tools. Assuming it supports cross compilation, that is.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |