mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
Makefile: add -std=c++11 explicitely to compile with GCC 4.x.
This commit is contained in:
parent
9a397a1c87
commit
3325529c2e
2
makefile
2
makefile
@ -3,7 +3,7 @@ SOURCE = main.c macioserial.cpp macscsi.cpp macswim3.cpp mpc106.cpp openpic.cpp
|
||||
HEADER = macioserial.h macscsi.h macswim3.h mpc106.h openpic.h ppcemumain.h ppcmemory.h viacuda.h
|
||||
OUT = dingusppc
|
||||
CC = g++
|
||||
FLAGS = -g -c -Wall
|
||||
FLAGS = -g -c -Wall -std=c++11
|
||||
LFLAGS =
|
||||
|
||||
all: $(OBJS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user