summaryrefslogtreecommitdiffstats
path: root/lib/libc/softfloat/milieu.h
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2006-11-06 15:11:37 +0000
committerdrahn <drahn@openbsd.org>2006-11-06 15:11:37 +0000
commit08daf0c23d348e44ad9e5fdcb608738a28c9c404 (patch)
treeabb56669f1e0ba86c53bb7c20d8dbd3c727d05c1 /lib/libc/softfloat/milieu.h
parentfix pasto; only announce restart capability when announcing the restart (diff)
downloadwireguard-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.h5
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