search for: targetin

Displaying 3 results from an estimated 3 matches for "targetin".

Did you mean: targeting
2020 Jul 31
1
systemd syslog.target
I've noticed that there are several systemd unit files in CentOS 7 and 8 with the optionAfter=syslog.targetin the [Unit] section, but since systemd version 198 syslog.target has not existed.I deduce from this that "After=syslog.target" is ignored by systemd and can therefore be removed. Is this correct??I am writing some systemd unit files for our own services which previously used init.d scripts...
2020 Aug 11
1
systemd syslog.target
...via CentOS <centos at centos.org> Date: 31/07/2020 10:02 (GMT+00:00) To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] systemd syslog.target Hi,>> I've noticed that there are several systemd unit files in CentOS 7 and 8> with the optionAfter=syslog.targetin the [Unit] section, but since systemd> version 198 syslog.target has not existed.I deduce from this that> "After=syslog.target" is ignored by systemd and can therefore be removed.> Is this correct??I am writing some systemd unit files for our own services> which previously use...
2020 Oct 08
4
__attribute__((apple_abi)): targeting Apple/ARM64 ABI from Linux (and others)
Hello everyone, I made a quick patch to clang/llvm to introduce an "apple_abi" function attribute (https://github.com/aguinet/llvm-project/commit/c4905ded3afb3182435df30e527955031cb0d098), to be able to compile functions for the Apple ARM64 ABI when targeting other ARM64 OSes (e.g. Linux). This can be seen as the Apple version of the already existing "ms_abi" attribute. In this mail, I will describe why we would want to do such a thing, the current implementation and some remaining questions I have about this (like "isn't this a ter...