Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
m
m (→‎MXE's Makefile: replace <pre> tags with <syntaxhighlight>)
Line 112: Line 112:


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:  
<pre>
<syntaxhighlight lang="bash">
$ make fgfs
$ make fgfs
</pre>  
</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 suffex of "mk".

Navigation menu