Bug 468504: modify generated Makefile to support multi-platform
This updates the generated Makefile to use the new multi-platform build
features in the RTS.
This does not build PingPong on my machine. The problem is that the RTS
adds the -Wall compilation flag, and my version of gcc (4.8) complains
about missing case statements in a switch. I think that we should get
rid of the -Wall, however if we're going to keep it then we need to
disable some warnings (like this one -- Wswitch).
Change-Id: I2af137c85ec925007d5f2d064ccc630cb8dab5bf
Signed-off-by: Andrew Eidsness <andrewe@jfront.com>
2 files changed