Date: Sun, 12 Mar 2023 21:48:07 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 94e3409e2d02 - main - libc/csu: add powerpcspe Message-ID: <202303122148.32CLm7oC049539@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=94e3409e2d02ce3e4817d1a94051dc798e520745 commit 94e3409e2d02ce3e4817d1a94051dc798e520745 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-03-12 09:59:16 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> 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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303122148.32CLm7oC049539>