Added -fno-rrti to the C++ compile flags in the cross-compiler.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-01-03 21:54:49 +01:00
parent 9a77901883
commit 75282bdab7
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ LDFLAGS=$(CPULDFLAGS)
CC=gcc
CFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
CXX=g++
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions -fno-rtti