File: platform-linux.mk

package info (click to toggle)
openmsx 0.5.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,976 kB
  • ctags: 10,295
  • sloc: cpp: 63,525; xml: 37,105; sh: 1,403; python: 681; tcl: 207; makefile: 64
file content (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: platform-linux.mk,v 1.1 2004/07/10 15:25:01 mthuurne Exp $
#
# 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