The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=94e3409e2d02ce3e4817d1a94051dc798e520745

commit 94e3409e2d02ce3e4817d1a94051dc798e520745
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2023-03-12 09:59:16 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2023-03-12 21:47:41 +0000

    libc/csu: add powerpcspe
    
    Reported and tested by: alfredo
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 weeks
---
 lib/libc/csu/powerpcspe/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/libc/csu/powerpcspe/Makefile.inc 
b/lib/libc/csu/powerpcspe/Makefile.inc
new file mode 100644
index 000000000000..2534e6579f38
--- /dev/null
+++ b/lib/libc/csu/powerpcspe/Makefile.inc
@@ -0,0 +1,4 @@
+#
+
+CFLAGS+=       -DCRT_IRELOC_SUPPRESS \
+               -DINIT_IRELOCS=""

Reply via email to