| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| Date: | Fri, 28 May 2004 07:51:16 -0400 |
| Message-Id: | <200405281151.i4SBpGKp016425@envy.delorie.com> |
| From: | DJ Delorie <dj AT delorie DOT com> |
| To: | djgpp AT delorie DOT com |
| In-reply-to: | <3405-Fri28May2004102734+0300-eliz@gnu.org> |
| Subject: | Re: Cross build from Linux to DJGPP |
| References: | <a97206c3 DOT 0405270650 DOT 19e3cf41 AT posting DOT google DOT com> <3405-Fri28May2004102734+0300-eliz AT gnu DOT org> |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
> You should use the --target=i386-pc-msdosdjgpp switch to ./configure. > That tells the configure script that the package is being prepared for > a cross-build. Actually, --target tells configure that the package is being prepared to become a cross compiler. --host tells it it's being cross built. --build the machine the build runs on --host the machine the application will run on --target the machine the application produces code for
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |