# $Id: platform-linux.mk 3431 2004-07-10 15:25:01Z mthuurne $ # # Configuration for Linux on x86 machines. # Does platform support symlinks? USE_SYMLINK:=true # Default compiler. OPENMSX_CXX?=g++ # File name extension of executables. EXEEXT:= # TODO: Temp to force g++ 3.4-pre to pick up the right libs. ifeq ($(OPENMSX_FLAVOUR),gcc34) LINK_FLAGS:=-L/opt/gcc-cvs/lib $(LINK_FLAGS) endif