platform-dingux.mk 422 B

12345678910111213141516
  1. # Configuration for OpenDingux on GCW Zero.
  2. # Set CXX before including platform-linux.mk (see comments in platform-linux.mk)
  3. ifeq ($(OPENMSX_TARGET_CPU),mipsel)
  4. # Automatically select the cross compiler.
  5. ifeq ($(origin CXX),default)
  6. CXX:=mipsel-gcw0-linux-uclibc-g++
  7. endif
  8. endif
  9. # OpenDingux is a Linux-based system.
  10. include build/platform-linux.mk
  11. # Build with OpenGL ES and Laserdisc support.
  12. LINK_MODE:=3RD_STA_GLES