old-news.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>uClibc -- a C library for embedded systems</TITLE>
  5. </HEAD>
  6. <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
  7. <basefont face="lucida, helvetica, arial" size="3">
  8. <CENTER>
  9. <p>
  10. <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
  11. <TR>
  12. <td bgcolor="#000000">
  13. <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
  14. <B>µ&nbsp;C&nbsp;l&nbsp;i&nbsp;b&nbsp;c</B>
  15. </FONT>
  16. </TD>
  17. </TR>
  18. </TABLE>
  19. <p>
  20. <!-- Begin Introduction section -->
  21. <TABLE WIDTH=95% CELLSPACING=1 CELLPADDING=4 BORDER=1>
  22. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  23. <A NAME="intro"> <BIG><B>
  24. uClibc -- a C library for embedded systems
  25. </A></B></BIG>
  26. </TD></TR>
  27. <TR><TD BGCOLOR="#eeeee0">
  28. <a href="index.html">Click Here to Return to the main uClibc webpage</a>.
  29. <p>
  30. <!-- Begin Older News section -->
  31. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  32. <A NAME="news">
  33. <BIG><B>
  34. Older News</A>
  35. </B></BIG>
  36. </A>
  37. </TD></TR>
  38. <TR><TD BGCOLOR="#eeeee0">
  39. <ul>
  40. <p>
  41. <li> <b>8 November 2002, uClibc 0.9.16 Released</b>
  42. <br>
  43. CodePoet Consulting is pleased to announce the immediate availability of
  44. uClibc 0.9.16. This release adds full support (including a native shared
  45. library loader) for the CRIS architecture, contributed by Tobias Anderberg.
  46. Stefan Allius contributed a number of patches to fix the initialization
  47. order for shared library global constructors and destructors as well as a
  48. large number of SuperH fixes and cleanups. uClibc now compiles with
  49. newer versions of gcc (i.e. RedHat 8.0). Thanks to Christian Michon,
  50. uClibc no longer requires perl to compile. Steven J. Hill fixed dlopen for
  51. mips. Several problems with pty and tty handling were fixed. Manuel Novoa
  52. added new support for an /etc/TZ file to globally set the system timezone,
  53. and fixed up a number of remaining wide char issues. Manuel is still hard
  54. at work on bringing full locale support (optional of course) to uClibc.
  55. And of course, this release includes the usual pile of bug fixes. Many thanks
  56. for the large number of patches and fixes that were contributed!
  57. <p>
  58. Erik and Manuel have been working on a
  59. <a href="downloads/Glibc_vs_uClibc_Differences.txt">
  60. document describing some of the differences between uClibc and glibc.</a>
  61. It's not yet 100% complete, and it hasn't been nicely formatted yet. But
  62. it contains a lot of helpful information and is worth a look.
  63. <p>
  64. And finally, the the old uClibc configuration system has been completely
  65. removed (and there was much rejoicing). It was replaced with an entirely
  66. new system based on <a href="http://www.xs4all.nl/~zippel/lc/">LinuxKernelConf</a>,
  67. which has since been included into Linux 2.5.45, so it looks like Erik made
  68. the right choice. Of course, those who have existing build systems using uClibc
  69. will need to make a few changes... We think the change is worth it.
  70. <p>
  71. As usual, the
  72. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  73. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.16.tar.bz2">source code</a>
  74. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  75. You might want to download uClibc from the closest
  76. <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
  77. Just pick the closest mirror site, and then go to
  78. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  79. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
  80. to download uClibc, where XX is your two letter country code.
  81. <p>
  82. Updated gcc-3.2 and gcc-2.95 toolchains will be released shortly.
  83. <p>
  84. <p>
  85. <li> <b>16 September 2002, gcc-3.2 and gcc-2.95 toolchains released</b>
  86. <br>
  87. CodePoet Consulting (i.e. Erik) has released updated gcc-3.2 and gcc-2.95
  88. uClibc toolchains. These toolchains build real gcc cross compilers (i.e.
  89. not just a wrapper) and create executables linked vs uClibc. The new
  90. gcc-3.2 provides uClibc support with the latest and greatest compiler
  91. available from the gcc team. The gcc-2.95 toolchain has been updated to
  92. the latest version of uClibc and now provides full C++ support, using the
  93. <a href="http://www.stlport.org/">STLport</a> standard C++ library.
  94. <p>
  95. This toolchain should make it easy for anyone to build uClibc based
  96. applications. <a href="http://www.uclibc.org/downloads/toolchain/">
  97. Source code can be downloaded here</a>.
  98. Be aware that much of the needed source code will actually be downloaded on
  99. when you compile the toolchains. To build a toolchain, simply
  100. grab the source, edit the Makefile to select where you would like
  101. the toolchain installed, run 'make', and then go watch TV, eat
  102. dinner, or visit with your friends while it compiles. It takes
  103. about 15 minutes for Erik to compile the gcc-3.2 toolchain (w/C++ support)
  104. on his Athlon XP 1600 (not counting the time it takes to download
  105. source code).
  106. <p>
  107. <p>
  108. <li> <b>27 August 2002, uClibc 0.9.15 Released</b>
  109. <br>
  110. CodePoet Consulting is pleased to announce the immediate availability
  111. of uClibc 0.9.15. This release fixes a number of problems that turned
  112. up since the last release. The good news is that uClibc now
  113. passes all tests in the perl 5.8 and Python 2.2.1 test suites, both with
  114. and without pthreads. So without any further ado....
  115. <p>
  116. The
  117. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  118. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.15.tar.bz2">source code</a>
  119. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  120. <p>
  121. Have fun!
  122. <p>
  123. <p>
  124. <li> <b>12 August 2002, uClibc 0.9.14 Released</b>
  125. <br>
  126. CodePoet Consulting is slightly less pleased then usual to announce the
  127. immediate availability of uClibc 0.9.14. This is, unfortunately, a bugfix
  128. release intended to fix the couple of dumb things that slipped into the
  129. previous release. Version 0.9.13 of uClibc would fail to compile when
  130. enabling both RPC and Pthreads. There was also a problem with RPC thread
  131. local storage (but noone noticed since it didn't compile ;-). Also, the
  132. thread locking in exit(), onexit() and atexit() was broken, and wasn't
  133. actually locking anything. This release also fixes uClibc's gcc wrapper
  134. to use crtbeginS.o and crtendS.o when compiling PIC code, fixing a subtle
  135. bug (that was much less subtle on powerpc). Finally, this release includes a
  136. few minor compile warning cleanups.
  137. <p>
  138. The
  139. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  140. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.14.tar.bz2">source code</a>
  141. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  142. <p>
  143. Have fun!
  144. <p>
  145. <li> <b>12 August 2002, Native uClibc/gcc-3.1.1 toolchain released</b>
  146. <br>
  147. CodePoet Consulting (i.e. Erik) has released an updated native
  148. uClibc/gcc-3.1.1 toolchain. This toolchain builds a real gcc cross
  149. compiler (i.e. not just a wrapper) and creates executables linked vs
  150. uClibc. This toolchain has been (briefly) tested as working on x86, arm,
  151. mips, and arm7tdmi (uClinux). This toolchain provides a number of
  152. improvements over previous releases. In particular, Steven J. Hill found
  153. and fixes a number of "glibc-isms" in the libstdc++ math support which
  154. caused a number of math functions to be mapped to the non-standard named
  155. under GNU libc. This release also includes greatly improved uClinux
  156. "elf2flt" support, and it now produces working flat binaries for my
  157. uClinux/arm7tdmi system. The native uClibc/gcc-2.95 toolchain will be
  158. updated in a few days, and will include STLport which will allow that
  159. toolchain to also provide full C++ support.
  160. <p>
  161. This toolchain should make it easy for anyone to build uClibc based
  162. applications. <a href="http://www.uclibc.org/downloads/toolchain/">
  163. Source code can be downloaded here</a>.
  164. Be aware that much of the needed source code will actually be downloaded on
  165. demand when you compile things. To build the toolchain, simply
  166. grab the source, edit the Makefile to select where you would like
  167. the toolchain installed, run 'make', and then go watch TV, eat
  168. dinner, or visit with your friends while it compiles. It takes
  169. about 15 minutes for Erik to compile the gcc-3.1.1 toolchain (w/C++ support)
  170. on his Athlon XP 1600 (not counting the time it takes to download
  171. source code). Your results may vary...
  172. <p>
  173. <li> <b>9 August 2002, uClibc now mirrored on kernel.org!</b>
  174. <br>
  175. uClibc is now available from the kernel.org mirrors! This should make
  176. uClibc downloads much faster. The kernel.org mirrors will have all
  177. uClibc release versions (everything but the daily snapshots).
  178. Here is a list of all the <a href="http://kernel.org/mirrors/">kernel.org mirror sites</a>.
  179. Just pick the closest mirror site, and then go to "/pub/linux/libs/uclibc/"
  180. to download uClibc.
  181. Just pick the closest mirror site, and then go to
  182. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  183. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a> to download the latest
  184. uClibc release from a nice fast system.
  185. <p>
  186. <p>
  187. <p>
  188. <li> <b>9 August 2002, uClibc 0.9.13 Released</b>
  189. <br>
  190. CodePoet Consulting is pleased to announce the immediate availability of
  191. uClibc 0.9.13. After several days of testing, this release is looking very
  192. solid. This release fixes three security vulnerabilites in previous
  193. releases. There was an off-by-one buffer overflow in the group handling
  194. code, and integer overflows in calloc() and xdr_array().
  195. <p>
  196. This release adds native shared library support for the Hitachi
  197. SuperH architecture, thanks to Stefan Allius and Edie C. Dost. A
  198. new mmap based malloc was implemented by Miles Bader. This is much
  199. smarter than the old "malloc-simple" and is now the default for
  200. mmu-less systems, where it should greatly help reduce memory
  201. fragmentation and wastage. In addition to these larger items, there
  202. has been a <em>lot</em> of work done to make uClibc a cleaner, more
  203. capable, library. Most applications now compile and run without
  204. any trouble.
  205. <p>
  206. The
  207. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  208. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.13.tar.bz2">source code</a>
  209. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  210. <p>
  211. Have fun!
  212. <p>
  213. <li> <b>11 July 2002, Native uClibc toolchains updated</b>
  214. <br>
  215. CodePoet Consulting (i.e. Erik) has released updated native
  216. uClibc/gcc-3.1 and uClibc/gcc-2.95 toolchains. These toolchains
  217. build real gcc cross compilers (i.e. not just a wrapper) and create
  218. executables linked vs uClibc. These toolchains have been tested
  219. and found working on x86, arm, and mmu-less arm. They should work
  220. (at least in theory!) for all architectures supported by uClibc.
  221. <p>
  222. These toolchains should make it easy to anyone to build uClibc based
  223. applications. <a href="downloads/toolchain/">Source code can be downloaded here</a>.
  224. Be aware that much of the needed source code will actually be downloaded on
  225. demand when you compile things. To build the toolchain, simply
  226. grab the source, edit the Makefile to select where you would like
  227. the toolchain installed, run 'make', and then go watch TV, eat
  228. dinner, or visit with your friends while it compiles. It takes
  229. about 15 minutes for Erik to compile the gcc-3.1 toolchain (w/C++ support)
  230. on his Athlon XP 1600 (not counting the time it takes to download
  231. source code). Your results may vary...
  232. <p>
  233. <P>
  234. <li> <b>20 June 2002, uClibc 0.9.12 Released</b>
  235. <br>
  236. CodePoet Consulting is pleased to announce the immediate availability of
  237. uClibc 0.9.12. This release adds an i960 port, an initial alpha port,
  238. fully working mips shared library support, shared library support fixes
  239. for on powerpc, and many other improvements. One very exciting new feature
  240. is nearly complete locale support, thanks to a lot of hard work by Manuel
  241. Novoa III. uClibc's locale support is <em>much</em> smaller than glibc's,
  242. though it is also slightly less flexible. This release was delayed by a
  243. month due to the arrival of a new baby at Erik's house. For those that
  244. have been anxiously waiting, this release should certainly be worth the
  245. wait. Have fun!
  246. <p>
  247. The <a href="downloads/Changelog">Changelog</a>
  248. and <a href="downloads/uClibc-0.9.12.tar.bz2">source code</a>
  249. for this release are available <a href="downloads/">here</a>.
  250. <li> <b>28 May 2002, Native uClibc/gcc-3.1 toolchain</b>
  251. <br>
  252. CodePoet Consulting has released source code and a Makefile to build a
  253. gcc-3.1 toolchain that natively targets uClibc. Additionally, the
  254. gcc-3.0.4 and gcc-2.95 toolchains have also been updated. These toolchains
  255. make it easy to build uClibc based applications. Source code can be
  256. downloaded <a href="downloads/toolchain/">here</a> and is now much smaller,
  257. since much of the needed binutils and gcc source code is now downloaded on
  258. demand. To build the toolchain, simply grab the source, edit the Makefile
  259. to select where you would like the toolchain installed, and then run 'make'
  260. and wait for it to compile.
  261. <p>
  262. <p><li> <b>10 April 2002, uClibc 0.9.11 Released</b>
  263. <br>
  264. CodePoet Consulting is pleased to announce the immediate availability of
  265. uClibc 0.9.11. This release is primarily focused on fixing the issues that
  266. have turned up since the last release. Several bugs in the gcc wrapper
  267. have been fixed, allowing applications such as iproute2 and XFree86 to link properly.
  268. Large file support has been improved, and a thread locking bug was
  269. fixed that could cause s*printf calls to deadlock when threading was
  270. enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
  271. sparc, and mips architecture support. Many additional applications now
  272. compile and run perfectly and have been added to the <a
  273. href="uClibc-apps.html">working applications list</a> .
  274. <p>
  275. The <a href="downloads/Changelog">Changelog</a>
  276. and <a href="downloads/uClibc-0.9.11.tar.bz2">source code</a>
  277. for this release are available <a href="downloads/">here</a>.
  278. <p>
  279. <li> <b>10 April 2002, Native uClibc/gcc-3.0.4 toolchain</b>
  280. <br>
  281. CodePoet Consulting has released source code and a Makefile
  282. to build a gcc-3.0.4 toolchain that natively targets uClibc.
  283. This brings with it full C++ support for uClibc, including the
  284. libstdc++ library. A gcc-2.95.x toolchain will also be released
  285. shortly, but is not yet ready. At this time, only source code and
  286. a Makefile for the native uClibc toolchain is being released (i.e.
  287. no binaries, sorry). Source code can be downloaded
  288. <a href="downloads/toolchain/">here</a>,
  289. but be aware that the source code is 27 MB.
  290. <p>
  291. To build the toolchain, simply grab the source, edit the Makefile
  292. to select where you would like the toolchain installed. Then
  293. run 'make' and wait for it to compile. If you do not have a copy
  294. of uClibc already, it will download the latest daily snapshot.
  295. <p>
  296. <li> <b>21 March 2002, uClibc 0.9.10 Released!</b>
  297. <br>
  298. CodePoet Consulting is pleased to announce the immediate
  299. availability of uClibc 0.9.10. This release adds pthreads support
  300. (including pthreads support for mmu-less systems!). Additionally,
  301. thanks to Manuel Novoa III, we now have a completely new stdio
  302. library, which is small, standards compliant, supports pthreads,
  303. wide/narrow streams, large files, and can even operate in a
  304. low-memory unbuffered mode. Many, many bugs have been fixed and a
  305. number of additional applications now compile and run perfectly.
  306. Even with all these changes, uClibc continues to be very small.
  307. On x86, a default build of the uClibc C library is still just 168k.
  308. <p>
  309. To make things more interesting, the release also adds support for
  310. C++ constructors and destructors. To make it easy to use uClibc
  311. when developing C++ applications, this release also provides a
  312. wrapper for the GNU C++ compiler. Of course, for more complex C++
  313. applications, such as those using iostreams, a standard C++ library
  314. (libstdc++) is required. A native GNU toolchain (binutils/gcc) that
  315. provides libstdc++ linked with uClibc 0.9.10 will be released in the
  316. next couple of days, so stay tuned.
  317. <p>
  318. The <a href="downloads/Changelog">Changelog</a>
  319. and <a href="downloads/uClibc-0.9.10.tar.bz2">Source code</a>
  320. for this release are available <a href="downloads/">here</a>.
  321. <p>
  322. <p>
  323. <li> <b>4 February 2002, uClibc 0.9.9 Released!</b>
  324. <br>
  325. CodePoet Consulting is pleased to announce the immediate
  326. availability of uClibc 0.9.9. With this release,
  327. <a href="uClibc-apps.html">just about
  328. everything we have tested now compiles and runs</a>. In fact,
  329. there are now so many programs on the working application list that
  330. rather than continue to add to this list, from now on we
  331. will only be adding applications to the <em>not working list</em>. Most applications
  332. on the <em>not working list</em> either require pthreads, or require
  333. wide-character support. Work on wide-character support is
  334. well underway, and will hopefully be moving into CVS in the next week or
  335. two. Full pthreads support and rentrancy are on the TODO list
  336. and are expected to be complete in the next couple of months.
  337. <p>
  338. The <a href="downloads/Changelog">Changelog</a>
  339. and <a
  340. href="downloads/uClibc-0.9.9.tar.bz2">Source code</a>
  341. for this release are available <a href="downloads/">here</a>.
  342. <p>
  343. One final bit on news -- as some of you may have noticed, uclibc.org
  344. has been a bit overloaded and somewhat slow recently. The server should
  345. be getting colocated tomorrow, which will eliminate the speed problem.
  346. During the move, there may be some temporary disruption of service...
  347. <p>
  348. Have Fun!
  349. <p>
  350. <li> <b>22 December 2001, uClibc 0.9.8 Released!</b>
  351. <br>
  352. After many months of initial development, we are pleased to announce the
  353. release of uClibc 0.9.8. This release should be quite solid, and is very
  354. usable. This also, hopefully, marks a transition from a slow incubation
  355. phase to a more methodical release cycle. From now one, there should be
  356. approximately one release per month.
  357. <p>
  358. The source code for this release is available
  359. <a href="downloads/">here</a>.
  360. <p>
  361. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  362. <br>
  363. Dave Schleef finished off the the work needed for shared library support on
  364. powerpc. There had been a few problems remaining, and those are now squashed.
  365. So shared libs on powerpc should be working fully now.
  366. <p>
  367. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  368. <br>
  369. About a month ago I synced the header files with glibc 2.2.4 for better
  370. C++ support and better standards compliance. I forgot to sync up m68k,
  371. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  372. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  373. should all compile again.
  374. <p>
  375. I also finished up fixing large file support (just enable DOLFS in your
  376. Config file to enable it) and it is working just great, and greatly increases
  377. the number of glibc applications that will work "out-of-the-tarball" without
  378. needing any changes.
  379. <li> <b>12 November 2001, powerpc shared lib support</b>
  380. <br>
  381. Thanks to David Schleef, uClibc now has full shared library support
  382. on powerpc. This brings full shared library support to x86, ARM, and
  383. now powerpc. Thanks Dave!
  384. <p>
  385. <li> <b>7 November 2001, uClibc application list</b>
  386. <br>
  387. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  388. that are known to work. If you have any applications to add to the
  389. list, submissions are welcome!
  390. <p>
  391. <li> <b>18 October 2001, buildroot uClibc example system</b>
  392. <br>
  393. Those wanting an easy way to test out uClibc and give it
  394. a test drive can download and compile
  395. <a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>. This
  396. is a nifty buildsystem that will automagically download and build
  397. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  398. kernel, and will then download source for and compile up a fully
  399. working uClibc based root filesystem. This should make it easy for
  400. people to create their own projects. I hope that this build system
  401. will allow people to more easily use and build uClibc based systems.
  402. As an example of how nicely this works, the
  403. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  404. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  405. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  406. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  407. microwindows) for ARM. Pretty cool.
  408. <p>
  409. <li> <b>11 October 2001, v850 architecture support</b>
  410. <br>
  411. Miles Bader has contributed support for the v850 architecture.
  412. <p>
  413. <li> <b>25 Spetember 2001, header files updated</b>
  414. <br>
  415. uClibc's header files are now in sync with glibc 2.2.4,
  416. allowing better standards compliance, better portibility, and
  417. better C++ support.
  418. <p>
  419. <li> <b>4 July 2001, ARM shared library support</b>
  420. <br>
  421. uClibc now has full shared library support on ARM.
  422. <p>
  423. <li> <b>9 May 2001, libm added</b>
  424. <br>
  425. uClibc now has a very complete math library.
  426. <p>
  427. <p> <li> <b>9 May 2001, ld.so added</b>
  428. <br>
  429. uClibc now has a native ld.so. It currently is only ported to work on x86,
  430. but porting to other architectures should not be too difficult.
  431. <p> <li> <b>15 March 2001, powerpc port added</b>
  432. <br>
  433. David Schleef contributed a powerpc port, which is now in CVS.
  434. <p> <li> <b>19 February 2001, SH port added</b>
  435. <br>
  436. Jean-Yves Avenard contributed an SH port. See his email
  437. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  438. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  439. <br>
  440. As if January 16, uClibc can now be used (at least on x86) as a shared
  441. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  442. announcing this achievement.
  443. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  444. <br>
  445. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  446. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  447. compiling! Very cool.
  448. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  449. <br>
  450. A lot of work has been going on under the hood with uClibc,
  451. so I decided to put together this webpage to let the world know
  452. that it exists and is getting to be very usable.
  453. </ul>
  454. <!-- End of Table -->
  455. </TD></TR>
  456. </TABLE>
  457. </P>
  458. <!-- Footer -->
  459. <HR>
  460. <TABLE WIDTH="100%">
  461. <TR>
  462. <TD>
  463. <font size="-1" face="arial, helvetica, sans-serif">
  464. Mail all comments, insults, suggestions and bribes to
  465. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  466. </font>
  467. </TD>
  468. <TD>
  469. <a href="http://www.vim.org"><img border=0 width=90 height=36
  470. src="images/written.in.vi.png"
  471. alt="This site created with the vi editor"></a>
  472. </TD>
  473. <TD>
  474. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  475. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  476. </TD>
  477. <TD>
  478. <a href="http://www.linuxtoday.com"><img width=90 height=36
  479. src="images/ltbutton2.png" alt="Linux Today"></a>
  480. </TD>
  481. <TD>
  482. <p><a href="http://slashdot.org"><img width=90 height=36
  483. src="images/sdsmall.png" alt="Slashdot"></a>
  484. </TD>
  485. <TD>
  486. <a href="http://freshmeat.net"><img width=90 height=36
  487. src="images/fm.mini.png" alt="Freshmeat"></a>
  488. </TD>
  489. </TR>
  490. </TABLE>
  491. </CENTER>
  492. </BODY>
  493. </HTML>