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:
parent
da2bfac34f
commit
ae6696ed7a
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ LDFLAGS=$(CPULDFLAGS)
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
|
CFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
|
||||||
CXX=g++
|
CXX=g++
|
||||||
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
|
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue