From f76b45f113b7bf4940e0e87c5a2736e649bb2814 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 29 May 2019 16:42:01 -0700 Subject: Test full bootstrap on OpenBSD after some patches --- .builds/openbsd.diff | 22 ++++++++++++++++++++++ .builds/openbsd.yml | 8 ++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 .builds/openbsd.diff diff --git a/.builds/openbsd.diff b/.builds/openbsd.diff new file mode 100644 index 0000000..8d4e5d2 --- /dev/null +++ b/.builds/openbsd.diff @@ -0,0 +1,22 @@ +diff --git endian.h endian.h +index 3b077cd9295..cb6948d3fec 100644 +--- endian.h ++++ endian.h +@@ -31,6 +31,8 @@ + #include + #endif + ++#ifdef __GNUC__ ++ + static __inline __uint16_t + __swap16md(__uint16_t _x) + { +@@ -55,6 +57,8 @@ __swap64md(__uint64_t _x) + /* Tell sys/endian.h we have MD variants of the swap macros. */ + #define __HAVE_MD_SWAP + ++#endif /* __GNUC__ */ ++ + #define _BYTE_ORDER _LITTLE_ENDIAN + + #ifndef __FROM_SYS__ENDIAN diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 508c8ca..77d0d94 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -7,11 +7,11 @@ packages: environment: PATH: $HOME/qbe/obj:$PATH tasks: +- setup: | + # avoid __asm__ on non __GNUC__ compilers + patch -d /usr/include/amd64 < cc/.builds/openbsd.diff - build: | gmake -C qbe cd cc ./configure - make all check - # OpenBSD support is not quite there (#53), so just build hello world - ./cc -o hello test/hello.c - ./hello + make all check bootstrap -- cgit v1.2.3