diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-13 06:43:49 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-13 06:43:49 +0200 |
| commit | 3e9ca359da0c2fd1987399e59f282374f069872e (patch) | |
| tree | ac3e60eca2452189225279150cbee7f403fa44e1 /arch/build.ninja | |
| parent | 3705cf387ec9a87f0330766ccc933ff53f0bf530 (diff) | |
| download | tanya-3e9ca359da0c2fd1987399e59f282374f069872e.tar.gz | |
math: Add floating point support to abs
Diffstat (limited to 'arch/build.ninja')
| -rw-r--r-- | arch/build.ninja | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
