platform-pandora.mk 342 B

1234567891011121314
  1. # Configuration for Pandora.
  2. ifeq ($(OPENMSX_TARGET_CPU),arm)
  3. # Note: CXX is automatically set by the "setprj" command.
  4. # Target Cortex A8 CPU.
  5. TARGET_FLAGS+=-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
  6. endif
  7. # Pandora is a Linux system.
  8. include build/platform-linux.mk
  9. # Identify the binary executable file.
  10. EXEEXT:=.bin