Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
m
Line 128: Line 128:
</pre>
</pre>


an installed/$(1) file, is a file indicating what MXE thought was a successful build, so a $(PREFIX)/$(3)/installed/fgfs, is an empty file generated for this purpose.  
an installed/$(1) file, is a file indicating what MXE thought was a successful build. in our example, a $(PREFIX)/$(3)/installed/fgfs, is an empty file generated for this purpose.  
 
$(PREFIX): returns the absolute path of ${mxe_dir}/usr
$(PREFIX): returns the absolute path of ${mxe_dir}/usr
$(3): is the triplet name, in the form of ${triplet}.${linker_configuration}. see: https://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/
$(3): is the triplet name, in the form of ${triplet}.${linker_configuration}. see: https://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/


272

edits

Navigation menu