Skip to content

Commit d4680f2

Browse files
committed
Remove c99 std config
1 parent 54938c4 commit d4680f2

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

ee/rpc/ps2snd/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Licenced under Academic Free License version 2.0
77
# Review ps2sdk README & LICENSE files for further details.
88

9-
EE_CFLAGS += -std=c99
10-
119
EE_OBJS = ps2snd.o erl-support.o
1210

1311
include $(PS2SDKSRC)/Defs.make

tools/gensymtab/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Licenced under Academic Free License version 2.0
77
# Review ps2sdk README & LICENSE files for further details.
88

9-
TOOLS_CFLAGS += -std=c99 -D_BSD_SOURCE=1
9+
TOOLS_CFLAGS += -D_BSD_SOURCE=1
1010
TOOLS_LDFLAGS +=
1111

1212
TOOLS_OBJS = main.o

tools/ps2adpcm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Licenced under Academic Free License version 2.0
77
# Review ps2sdk README & LICENSE files for further details.
88

9-
TOOLS_CFLAGS += -std=c99
109
TOOLS_LDFLAGS += -lm
1110

1211
TOOLS_OBJS = main.o adpcm.o

0 commit comments

Comments
 (0)