1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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