mirror of https://github.com/YosysHQ/abc.git
src/misc/util/utilSignal.c
This commit is contained in:
parent
b538a5fad0
commit
3a41da37a2
2
Makefile
2
Makefile
|
|
@ -37,7 +37,7 @@ default: $(PROG)
|
|||
#OPTFLAGS := -DNDEBUG -O3 -DLIN
|
||||
#OPTFLAGS := -DNDEBUG -O3 -DLIN64
|
||||
#OPTFLAGS := -g -O -DLIN -m32
|
||||
OPTFLAGS := -g -O -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_NAMESPACE=xxx
|
||||
OPTFLAGS := -g -O -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_NAMESPACE=xxx -fPIC
|
||||
|
||||
CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(patsubst %, -I%, $(MODULES))
|
||||
CXXFLAGS += $(CFLAGS)
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@
|
|||
#include <signal.h>
|
||||
#include <hashGen.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "abc_global.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue