mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[liba] Replace the gamma extern constant file by the open bsd file
Change-Id: I11b6a6912aff05fc31a4a75c27ee5ff3bf5e2dbd
This commit is contained in:
@@ -36,10 +36,10 @@ objs += $(addprefix liba/src/external/openbsd/, \
|
||||
s_floorf.o \
|
||||
s_roundf.o \
|
||||
s_scalbnf.o \
|
||||
s_signgam.o \
|
||||
s_sinf.o \
|
||||
s_tanf.o \
|
||||
w_lgammaf.o \
|
||||
gamma_extern_variable.o\
|
||||
)
|
||||
|
||||
liba/src/external/openbsd/%.o: CFLAGS += -Iliba/src/external/openbsd/include -Wno-parentheses -Wno-implicit-function-declaration
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
/* The openbsd w_lgamma.c requieres at linking a symbol signgam */
|
||||
|
||||
int signgam;
|
||||
4
liba/src/external/openbsd/s_signgam.c
vendored
Normal file
4
liba/src/external/openbsd/s_signgam.c
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/* $OpenBSD: s_signgam.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
|
||||
#include "math.h"
|
||||
#include "math_private.h"
|
||||
int signgam = 0;
|
||||
Reference in New Issue
Block a user