mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 23:49:18 +03:00
Update generic unix makefile for gcc 4.
Default gcc version is now expected to be 4 or greater.
This commit is contained in:
parent
325daa1741
commit
dc30ba95f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user