ports: Fix doom compilation with the new toolchain
This commit is contained in:
parent
6b9dbf625d
commit
84f1ad4f26
|
@ -29,9 +29,9 @@ index 0000000..0878148
|
||||||
+ VB=@
|
+ VB=@
|
||||||
+endif
|
+endif
|
||||||
+
|
+
|
||||||
+CC=$(BANAN_ARCH)-banan_os-gcc
|
+CC=$(BANAN_ARCH)-pc-banan_os-gcc
|
||||||
+CXX=$(BANAN_ARCH)-banan_os-g++
|
+CXX=$(BANAN_ARCH)-pc-banan_os-g++
|
||||||
+CFLAGS+=-O3 -Wall -DNORMALUNIX -DLINUX -DSNDSERV -D_DEFAULT_SOURCE
|
+CFLAGS+=-O3 -std=c11 -Wall -DNORMALUNIX -DLINUX -DSNDSERV -D_DEFAULT_SOURCE
|
||||||
+CXXFLAGS+=$(CFLAGS) --std=c++20
|
+CXXFLAGS+=$(CFLAGS) --std=c++20
|
||||||
+LDFLAGS+=
|
+LDFLAGS+=
|
||||||
+LIBS+=-lgui -linput -lstdc++
|
+LIBS+=-lgui -linput -lstdc++
|
||||||
|
|
Loading…
Reference in New Issue