Hi, > This reverts commit d1cf23ac86c05b22b8780e2c03b67230564d2d34. > > When gcc is given a .s file and told to preprocess it, it outputs nothing. > Since gcc targets are more common/important than OSF, revert it and let > the original submitter sort out the problem. > > URL: https://bugs.gentoo.org/499086 > --- > alphacpuid.s: alphacpuid.pl > - (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \ > - $(PERL) alphacpuid.pl > $$preproc && \ > - $(CC) -E $$preproc > $@ && rm $$preproc) > + $(PERL) $< | $(CC) -E - | tee $@ > /dev/null
Can you confirm that preproc=/tmp/[email protected] in original snippet solves the problem? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
