Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
Line 111: Line 111:
MXE's Makefile, does not build software by itself. or rather, it does not generate configuration for software.
MXE's Makefile, does not build software by itself. or rather, it does not generate configuration for software.


for example, if you were to pass the name of a package to be cross-compiled to the GNU make utility in MXE, such as:  
For example, if you were to pass the name of a package to be cross-compiled to the GNU make utility in MXE, such as:  
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ make fgfs
$ make fgfs
</syntaxhighlight>
</syntaxhighlight>


a file in the src/ directory will be invoked that matches the name of the package, followed by a suffex of "mk".
a file in the src/ directory will be invoked that matches the name of the package, followed by a suffix of "mk".


=== *.MK file ===
=== *.MK file ===

Navigation menu