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

Added -fno-exceptions to the cross compiler flags.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-16 18:46:56 +01:00
parent da2bfac34f
commit ae6696ed7a

View file

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