mirror of https://github.com/YosysHQ/abc.git
Makefile: fix a typo in -fPIC flag
This commit is contained in:
parent
17718a4c7d
commit
da80a038cc
2
Makefile
2
Makefile
|
|
@ -78,7 +78,7 @@ endif
|
||||||
|
|
||||||
# whether to compile into position independent code
|
# whether to compile into position independent code
|
||||||
ifdef ABC_USE_PIC
|
ifdef ABC_USE_PIC
|
||||||
CFLAGS += --fPIC
|
CFLAGS += -fPIC
|
||||||
LIBS += -fPIC
|
LIBS += -fPIC
|
||||||
$(info $(MSG_PREFIX)Compiling position independent code)
|
$(info $(MSG_PREFIX)Compiling position independent code)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue