From ed26bf80a4713c6b1f158571f3090f4cbb2d64f7 Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Sun, 13 Mar 2016 21:14:10 +0100 Subject: [PATCH] dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first place. --- {opt/dlmalloc => functions/_dlmalloc}/dlmalloc.c | 0 {opt/dlmalloc => functions/_dlmalloc}/dlmalloc.h | 0 platform/example/Config.jam | 3 +-- platform/gandr/Config.jam | 3 +-- platform/posix/Config.jam | 1 - platform/win32/Config.jam | 3 +-- 6 files changed, 3 insertions(+), 7 deletions(-) rename {opt/dlmalloc => functions/_dlmalloc}/dlmalloc.c (100%) rename {opt/dlmalloc => functions/_dlmalloc}/dlmalloc.h (100%) diff --git a/opt/dlmalloc/dlmalloc.c b/functions/_dlmalloc/dlmalloc.c similarity index 100% rename from opt/dlmalloc/dlmalloc.c rename to functions/_dlmalloc/dlmalloc.c diff --git a/opt/dlmalloc/dlmalloc.h b/functions/_dlmalloc/dlmalloc.h similarity index 100% rename from opt/dlmalloc/dlmalloc.h rename to functions/_dlmalloc/dlmalloc.h diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 98e9c6c..f17c12f 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -12,8 +12,7 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = nothread notime - dlmalloc tss_errno basecodecs c_locale - ; \ No newline at end of file + ; diff --git a/platform/gandr/Config.jam b/platform/gandr/Config.jam index 461e5f1..5a1b86c 100644 --- a/platform/gandr/Config.jam +++ b/platform/gandr/Config.jam @@ -6,9 +6,8 @@ rule PDCLibTargetHeaders { PDCLIB_OPTIONS = nothread notime - dlmalloc mincoll tss_errno basecodecs c_locale - ; \ No newline at end of file + ; diff --git a/platform/posix/Config.jam b/platform/posix/Config.jam index be1dd25..449a66b 100644 --- a/platform/posix/Config.jam +++ b/platform/posix/Config.jam @@ -14,6 +14,5 @@ if $(OS) = "MACOSX" { PDCLIB_OPTIONS = pthreads notime - dlmalloc basecodecs c_locale ; diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index 2ea7ff0..1c59de6 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -25,11 +25,10 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = notime - dlmalloc mincoll tss_errno basecodecs c_locale ; -CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; \ No newline at end of file +CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; -- 2.40.0