Lionel Sambuc 2054828fa8 Remove GCC Libraries dependencies
Change-Id: I75608863e4d321df1333649b23db63ec411c319e
2018-08-25 13:47:24 +02:00
2016-01-13 20:32:50 +01:00
2017-04-30 13:16:22 +00:00
2017-04-30 13:16:22 +00:00
2018-08-25 13:47:24 +02:00
2018-03-31 19:34:03 +02:00
2018-08-25 12:08:34 +02:00
2018-03-31 19:34:03 +02:00
2018-08-25 12:08:35 +02:00
2018-08-25 12:08:34 +02:00
2016-01-16 14:04:25 +01:00
2018-08-25 13:47:24 +02:00
2018-03-31 19:34:03 +02:00
2017-02-23 14:08:39 +00:00
2010-01-21 10:16:05 +00:00
2018-08-25 12:08:35 +02:00

Build MINIX/arm with clang

It is now possible to build a full minix distribution for BeaglBone White/Black and BeagleBoardxM using clang instead of GCC.

This also add support to run the Kuya tests on ARM, which was not possible when GCC was used, because of problems in the C++ exception handling.

Known Bugs

The following tests still fails:

  1. 53: Division by zero does not trigger exceptions
  2. 75: ru.tv_secs can't be zero (and is zero)
  3. 85: hangs
  4. isofs: Fails because of an out of memory condition
  5. vnd: crash
  6. Running two times the kyua tests in a row, without rebooting in between will lead to a mostly failed second run because of copy-on-write errors.
Description
No description provided
Readme 201 MiB