Remove unnecessary change again

This commit is contained in:
Martin Kroeker 2018-12-24 20:46:04 +01:00 committed by GitHub
parent d6818777d1
commit fe02ba86a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@ TOPDIR = ..
include ../Makefile.system include ../Makefile.system
ifdef NEED_PIC
ifeq (,$(findstring PIC,$(CFLAGS)))
CFLAGS+= -fPIC
endif
endif
ifndef EXPRECISION ifndef EXPRECISION
EXPRECISION = 0 EXPRECISION = 0
endif endif