-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmoc-os9: Add 001-Edit-lib-Makefile.patch to
skip building floating point code
- Loading branch information
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From ea0ad42c7cbd01df1bf65ba83c026dcd59ad7b15 Mon Sep 17 00:00:00 2001 | ||
From: Tim Stahlhut <[email protected]> | ||
Date: Tue, 9 Apr 2024 16:23:43 -0400 | ||
Subject: Edit lib/Makefile | ||
|
||
--- | ||
lib/Makefile | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/lib/Makefile b/lib/Makefile | ||
index 120fbdd..2a46964 100644 | ||
--- a/lib/Makefile | ||
+++ b/lib/Makefile | ||
@@ -6,7 +6,8 @@ STRING = strlen.o strcmp.o strpbrk.o strtok.o strspn.o patmatch.o strucmp.o \ | ||
MEM = mem.o memory.o memchr.o memccpy.o memcmp.o memset.o memcpy.o memchr.o \ | ||
memncmp.o | ||
SYS = sleep.o | ||
-IO = printf.o pffinit.o pflinit.o pfldummy.o putc.o puts.o iob_data.o setbase.o fseek.o fopen.o | ||
+HIGH_IO = printf.o pffinit.o pflinit.o pfldummy.o | ||
+IO = putc.o puts.o iob_data.o setbase.o fseek.o fopen.o | ||
LOW_IO = access.o create.o open.o read.o write.o | ||
MISC = rpterr.o chcodes.o htoi.o htol.o rand.o prof.o | ||
MATH_SUPPORT = ccmult.o ccdiv.o ccmod.o atoi.o abs.o | ||
-- | ||
2.44.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters