File history
Tracking libc/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
98feee265f950a9ad02467d4f6e13d53e15400e | Greg Haerr | 2024-06-02 | [libc] Pass 2: Add system calls to OpenWatcom C library for ELKS |
8e055907aa69a07b22dcd10dcc9bbcbac892b63 | Greg Haerr | 2024-05-30 | Rename libc/Watcom to libc/watcom.mk |
50834a97f97b00b06c6cb04e41d4adb553bec6c | Greg Haerr | 2024-05-30 | [libc] First pass at compiling most all of C library with OpenWatcom |
6cc93d55df8d08b4f1aecba5c243d55c89654e5 | Greg Haerr | 2024-04-06 | [debug] Move stack backtrace and symbol profiling to C library |
1bf85f65a22d8b9615ce57d1eccf3c1cd5ff72f | tkchia | 2023-11-26 | [libc] Fix glitch when building elks-libc on launchpad.net |
8222e7e8fe48d85ef775e16cbb9e1b64ec34098 | tkchia | 2022-12-07 | [libc] Add and install ELKS-specific spec file for gcc-ia16 |
1ac4772a365f2c707b990d72d562ba7238680bd | tkchia | 2022-11-26 | [libc] Implem. regparmcall calling convention for execl... funcs. |
42fea4c90b9dc51f8a9b3c2762a049747a02dc6 | tkchia | 2022-11-20 | [libc] Implement regparmcall calling convention for most libc routines (except execl...) |
3fdfc75b3a995b923639767962c996477269206 | Tee-Kiah Chia | 2022-05-24 | [libc] update how makefile parses `$(CC) -print-multi-lib` output |
fcbb87afe97c0050d712d21ad1cad6635303f86 | Greg Haerr | 2022-04-10 | [libc] Various enhancements to save space or increase accuracy |
f46854306172f14880ed42237b398e158044a30 | Greg Haerr | 2022-04-07 | [libc] Port math library to ELKS libc |
d9c9f93a6f02d5db62f64068ac6ac239ce5a034 | Tee-Kiah Chia | 2020-08-18 | [libc] `make install' for libc now also uninstalls old libc headers (take 2) |
a132cf98ec1543238db53ce774c47c9cbd5c9af | Tee-Kiah Chia | 2020-08-18 | [libc] `make uninstall' now zaps all headers in the subdirs. |
a719f2c0b11d8e34bea72f8aac6059fcd91b633 | Greg Haerr | 2020-08-17 | [networking] Add standard network headers to libc, remove kernel headers from network apps |
014131510b2b6342fd2bd48993ea5204ddd6c90 | tkchia | 2020-05-18 | Proposed support for "medium memory model" programs in ELKS kernel (#621) |
0ea90691ec9659fe223ebc98935d4cc6f5a4ad4 | Tee-Kiah Chia | 2020-05-09 | [libc] for now, do not build any medium-memory-model libraries |
af546a659be542d0be0e1cf5ae980ec967a31fa | Tee-Kiah Chia | 2020-03-11 | [libc] [kernel] [elkscmd] start tidying up header files |
2b4b855a65a90c1dce7c40c0ba4a352b62ec75c | tkchia | 2020-02-29 | [libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398) |
b26755450ed946bd1660560bdc8585093582492 | Tee-Kiah Chia | 2020-02-24 | [libc] boost dependency checks, force recursive make in subdirs. |
8c22121b289d0d98353c1495a7ddb3fa855332b | Tee-Kiah Chia | 2019-12-14 | [libc] also install call_tab.v & defn_tab.v, for elksemu use, when doing `make install' |
7a5b8c6588bfa4cacacaa7e06227a05e33a3b7b | Tee-Kiah Chia | 2019-06-15 | [libc] `make install' into $(DESTDIR) rather than $(PREFIX) |
998e9833745f6cd3a99a350059f920da757cbe1 | Tee-Kiah Chia | 2019-06-04 | [libc] add an `uninstall' make target |
b724afa436eeed4087f381a73eed11dc1a89ee7 | Tee-Kiah Chia | 2019-05-20 | [libc] fix: `make install' forgot to install autoconf.h |
4ceeae5ddb37b74c0ab292097f6b64eed48985d | Tee-Kiah Chia | 2019-04-28 | [libc] add (some) multilib handling, & add `make install' rule (take 6) |
c3f95450677c9653b3d507d753fd39f34bba531 | Greg Haerr | 2019-04-22 | fix OSX build breaking on cp -u |
f8d6df8d0babe6620213caa59aa990335d72f45 | MFLD | 2019-04-22 | Revert "Build libc.a and crt0.o multilibs for different calling conventions" |
7625f81c739d5c2849ef74af98cb807bec3fd98 | Tee-Kiah Chia | 2019-04-20 | [libc] Fix: fall back on `cp` if `cp -u` does not work |
b060db352438f259c9a232741386cf9cc321b4e | Tee-Kiah Chia | 2019-04-20 | [libc] Just use libc.a file name everywhere, to simplify things |
bfa54866ab6cb42bbd1f441059a7387ae7e26f0 | Tee-Kiah Chia | 2019-04-19 | [libc] multilibs for `stdcall`, `regparmcall` call conventions |
1a42f7e2fa253c3d349a9e74443498b4e30bcf8 | mfld-fr | 2019-04-18 | [libc] Fix missing crt0.o after #256 |
69a976b4d5848618b2c3e9467918184a0c023b6 | Tee-Kiah Chia | 2019-04-18 | [libc] build up libc.a from separate dirs. in more reliable way |
ca6f8d38eea10399166aa9cdea72e604c735608 | Greg Haerr | 2019-04-16 | Last modifications required to fully build ELKS under OS X |
db9b4e48e659b92065aa791691a440c1beed00c | mfld-fr | 2019-04-12 | Revert "Dubious fixes for OSX compile" |
7696c8e76e6590dbe1303e47f3518af8c3a83a2 | Greg Haerr | 2019-04-11 | Dubious fixes for OSX compile, need changes or testing |
78aa430d7bb4d084eb5d647802f3095ac868988 | Greg Haerr | 2019-04-11 | More .s/.S changes for OSX compile |
1b21e92e5615e563514cf7f7d4c118334c29a83 | mfld-fr | 2018-06-29 | [libc] Optimize memcpy() |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |