bcd / freewpc

A toolkit for writing controlling software for real pinball machines, especially the Bally/Williams 'WPC' games from the 1990's.
http://bcd.github.com/freewpc
GNU General Public License v2.0
37 stars 45 forks source link

config.example needs updating #12

Closed SonnyJim closed 14 years ago

SonnyJim commented 15 years ago

Very minor issue, the following line needs to be updated:

Set to the version of gcc6809 installed.

The 4.3.x releases are recommended, although 4.2.x releases

should still work.

GCC_VERSION := 3.4.6

GCC_VERSION := 4.2.3

GCC_VERSION := 4.3.1

GCC_VERSION := 4.4.0

to:

GCC_VERSION := 4.3.4

To be the same as current gcc6809 version.

SonnyJim commented 15 years ago

Closed

bcd commented 14 years ago

OK thanks.