From 8b6a733f25b64c2e5910520e971df07af687f1bb Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 5 Feb 2012 06:48:07 +0000 Subject: [PATCH] Moved atof and _errstrings from SHARED list to COMMON list. They are also listed in ROM_COMMON, so were presumably miscategorised. (They were built on-demand for linklibs-rom as an apparent side-effect of %rule_compile until changes to config/make.tmpl in r43843.) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43860 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/clib/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/clib/mmakefile.src b/compiler/clib/mmakefile.src index e041baef49..419fdfbf82 100644 --- a/compiler/clib/mmakefile.src +++ b/compiler/clib/mmakefile.src @@ -23,10 +23,12 @@ COMMON := \ __alloca \ __filesystem_support \ __isinf \ + atof \ bcmp \ bcopy \ bzero \ div \ + _errstrings \ getopt \ getopt_long \ isinf \ @@ -108,7 +110,6 @@ SHARED := \ asctime \ asctime_r \ atexit \ - atof \ atoi \ atol \ basename \ @@ -331,7 +332,6 @@ SHARED := \ stcu_d \ stdtime/timelocal \ strftime \ - _errstrings \ strerror \ strptime \ strtoimax \ -- 2.11.4.GIT