[PATCH v2 1/2] libgloss: merge pru into top-level Makefile
Mike Frysinger
vapier@gentoo.org
Wed Jan 3 21:48:05 GMT 2024
On 03 Jan 2024 19:56, Dimitar Dimitrov wrote:
> --- /dev/null
> +++ b/libgloss/pru/Makefile.inc
> @@ -0,0 +1,48 @@
> +## SPDX-License-Identifier: BSD-2-Clause-FreeBSD
> +##
> +## Copyright 2018-2024 Dimitar Dimitrov <dimitar@dinux.eu>
> +### All rights reserved.
only need ## here, not ###
> +multilibtool_DATA += \
> + %D%/crt0.o \
> + %D%/crt0-minrt.o
> +
> +pru_devicespecsdir = $(multilibtooldir)/device-specs
> +pru_devicespecs_DATA = %D%/device-specs/sim
> +
> +libobjs_a_SOURCES += \
> + %D%/crt0.S \
> + %D%/crt0-minrt.S
i've been grouping libobjs_a_SOURCES right after multilibtool_DATA so it's
clear they're "together"
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20240103/6c4b130e/attachment.sig>
More information about the Newlib
mailing list