#8593 closed patch
Configure patch for cross compiling Atari Version
Reported by: | SF/keithscr | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Atari Freemint |
Version: | Keywords: | ||
Cc: | Game: |
Description
This is a patch that adds functionality to configure to allow the Atari/MiNT port of ScummVM to cross compile. It also removes the CXXFLAGS previously set in the mint section of configure.
Ticket imported from: #1610370. Ticket imported from: patches/698.
Attachments (1)
Change History (7)
by , 18 years ago
Attachment: | mint-cross.patch added |
---|
comment:1 by , 18 years ago
Where do "m68k-atari-mint-ar" and "m68k-atari-mint-ranlib" come from? Are those commands from some kind of standard cross compile package?
comment:2 by , 18 years ago
They are the cross compiled binutil binaries. The current configure script 'appears' to automatically set the ar and ranlib values which then use, I believe, the native versions of these tools on the host. This is at least true on a ix86-linux host X-compiling with GCC 3.3.3 for the atari target.
Unfortunately, I am not cross compiling and this was requested by a french fellow, we have been going back in forth in email, that is the delay in the comment. Sorry.
comment:3 by , 18 years ago
Owner: | set to |
---|---|
Status: | new → closed |
Summary: | Configure patch for X-Compiling Atari Version → Configure patch for cross compiling Atari Version |
comment:5 by , 6 years ago
Component: | → Ports |
---|
comment:6 by , 6 years ago
Component: | Ports → Port: Atari Freemint |
---|
Diff file for Atari/MiNT Configure patch