Update generic unix makefile for gcc 4.

Default gcc version is now expected to be 4 or greater.
This commit is contained in:
Robert Moore 2011-05-25 08:09:55 -07:00
parent 325daa1741
commit dc30ba95f5

View File

@ -9,9 +9,11 @@
#
# Configuration
# Note: gcc should be version 4 or greater, otherwise some of the
# options used won't be recognized (see below)
#
HOST = _CYGWIN
CC = gcc-4
CC = gcc
ACPICA_SRC = ../../../source
DIRS = acpiexec acpinames acpisrc acpixtract iasl
INSTALLDIR = /usr/bin