# # ChangeLog for tools/xcw/bin/helenos-cc in mainline # # Generated by Trac 1.6 # 2025-04-06T18:18:06Z Sun, 11 Nov 2018 20:21:08 GMT Jiri Svoboda [a5c468e] * .gitignore (modified) * Makefile (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * uspace/Makefile (modified) Build XCW demo as part of default target. Need to get real CFLAGS to ... Fri, 31 Aug 2018 19:10:47 GMT Jiří Zárevúcky [58e7b26] * tools/xcw/bin/helenos-cc (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/generic/stdio/sprintf.c (modified) * uspace/lib/c/generic/stdio/vsprintf.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/math.h (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) Make uspace hosted. Sun, 10 Jul 2016 16:34:36 GMT Jiri Svoboda [fb4a424] * tools/xcw/bin/helenos-cc (modified) * tools/xcw/include/helenos (added) * uspace/lib/c/include/helenos (deleted) Better solution for disambiguating libc headers in XCW builds. Fixes ... Mon, 21 Sep 2015 19:01:29 GMT Jiri Svoboda [bea710f] * tools/xcw/bin/helenos-cc (modified) Only add system include dirs after user-provided dirs. Sun, 30 Aug 2015 14:11:07 GMT Jiri Svoboda [616f5dd3] * tools/xcw/bin/helenos-bld-config (added) * tools/xcw/bin/helenos-cc (added) * tools/xcw/bin/helenos-ld (added) * tools/xcw/bin/helenos-pkg-config (added) * tools/xcw/demo/Makefile (added) * tools/xcw/demo/viewer.c (added) Cross-compiler wrapper (XCW).