diff options
author | 2006-11-06 15:11:37 +0000 | |
---|---|---|
committer | 2006-11-06 15:11:37 +0000 | |
commit | 08daf0c23d348e44ad9e5fdcb608738a28c9c404 (patch) | |
tree | abb56669f1e0ba86c53bb7c20d8dbd3c727d05c1 /lib/libc/softfloat/milieu.h | |
parent | fix pasto; only announce restart capability when announcing the restart (diff) | |
download | wireguard-openbsd-08daf0c23d348e44ad9e5fdcb608738a28c9c404.tar.xz wireguard-openbsd-08daf0c23d348e44ad9e5fdcb608738a28c9c404.zip |
Copy MI softfloat bits from arm to here, so that they can be shared.
Diffstat (limited to 'lib/libc/softfloat/milieu.h')
-rw-r--r-- | lib/libc/softfloat/milieu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/softfloat/milieu.h b/lib/libc/softfloat/milieu.h new file mode 100644 index 00000000000..62c4582506c --- /dev/null +++ b/lib/libc/softfloat/milieu.h @@ -0,0 +1,5 @@ +#if defined(__arm__) +#include "../arch/arm/softfloat/milieu.h" +#elif defined(__sh__) +#include "../arch/sh/softfloat/milieu.h" +#endif |