Fix build errors and warnings in zoneinfo and virtualmips.

This commit is contained in:
Serge Vakulenko
2018-01-30 20:20:38 -08:00
parent 0e39621fea
commit 435d3c34cf
13 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ CFLAGS = -DSIM_PIC32 -DPIC32MX7 -DMAX32
#CFLAGS = -DSIM_PIC32 -DPIC32MX7 -DUBW32
CC = gcc -g
CFLAGS += -Wall -MT $@ -MD -MP -MF .deps/$*.dep -I/opt/local/include -I/opt/local/include/libelf
CFLAGS += -Wall -Werror -MT $@ -MD -MP -MF .deps/$*.dep -I/opt/local/include -I/opt/local/include/libelf
LIBS = -lpthread -lelf
ifneq ($(wildcard /usr/lib/librt.a),)