Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2023 12:22:30 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 928fcfec0950 - stable/13 - libc/csu: add powerpcspe
Message-ID:  <202306121222.35CCMUTo048097@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=928fcfec09502d18b7177d905532baf244b1dc56

commit 928fcfec09502d18b7177d905532baf244b1dc56
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-03-12 09:59:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-06-12 12:19:38 +0000

    libc/csu: add powerpcspe
    
    (cherry picked from commit 94e3409e2d02ce3e4817d1a94051dc798e520745)
---
 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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306121222.35CCMUTo048097>