From 3e9ca359da0c2fd1987399e59f282374f069872e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 13 Sep 2017 06:43:49 +0200 Subject: math: Add floating point support to abs --- arch/build.ninja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/build.ninja') diff --git a/arch/build.ninja b/arch/build.ninja index 42ee8f6..eff2eb9 100644 --- a/arch/build.ninja +++ b/arch/build.ninja @@ -4,6 +4,7 @@ rule gas rule archive command = ar rcs $out $in +build abs.o: gas x64/linux/math/abs.S build syscall.o: gas x64/linux/syscall.S -build tanya.a: archive syscall.o +build tanya.a: archive syscall.o abs.o -- cgit v1.2.3