Re: Compiling for RISC-V

2020-03-10 Thread Kristin Barber
> From: openssl-users On Behalf Of Kristin Barber > Sent: Monday, March 9, 2020 12:03 PM > To: Richard Levitte > Cc: openssl-users@openssl.org > Subject: Re: Compiling for RISC-V > > > >

Re: Compiling for RISC-V

2020-03-09 Thread Richard Levitte
arber > Sent: Monday, March 9, 2020 12:03 PM > To: Richard Levitte > Cc: openssl-users@openssl.org > Subject: Re: Compiling for RISC-V > >   > > Hi Richard, thanks for the reply. It was helpful. > >   > > You are correc

Re: Compiling for RISC-V

2020-03-09 Thread John Baldwin
; Is the “no-asm” configuration option still supported? >> >> >> >> *From:* openssl-users *On Behalf Of >> *Kristin >> Barber >> *Sent:* Monday, March 9, 2020 12:03 PM >> *To:* Richard Levitte >> *Cc:* openssl-users@openssl.org >> *Subject:* Re:

Re: Compiling for RISC-V

2020-03-09 Thread Kristin Barber
Neugroschl wrote: > > > Is the “no-asm” configuration option still supported? > > > > *From:* openssl-users *On Behalf Of > *Kristin > Barber > *Sent:* Monday, March 9, 2020 12:03 PM > *To:* Richard Levitte > *Cc:* openssl-users@openssl.org > *Subject:* Re

RE: Compiling for RISC-V

2020-03-09 Thread Scott Neugroschl
Is the “no-asm” configuration option still supported? From: openssl-users On Behalf Of Kristin Barber Sent: Monday, March 9, 2020 12:03 PM To: Richard Levitte Cc: openssl-users@openssl.org Subject: Re: Compiling for RISC-V Hi Richard, thanks for the reply. It was helpful. You are correct, I

Re: Compiling for RISC-V

2020-03-09 Thread Kristin Barber
Hi Richard, thanks for the reply. It was helpful. You are correct, I was able to find a configuration that worked by passing the RISC-V compiler via "make variable" assignment, along with some relevant options. Things start compiling, but the build fails on what seems to be architecture-specific

Re: Compiling for RISC-V

2020-03-09 Thread Richard Levitte
On Mon, 09 Mar 2020 05:18:17 +0100, Kristin Barber wrote: > I've looked at the INSTALL docs, and it doesn't seem that RISC-V processors > are supported > currently as a platform. Is this correct? That is correct. No one has implemented that support yet. > Is there a branch which enables configu

Compiling for RISC-V

2020-03-08 Thread Kristin Barber
Hello, I've looked at the INSTALL docs, and it doesn't seem that RISC-V processors are supported currently as a platform. Is this correct? Is there a branch which enables configuring for a RISC-V machine that hasn't yet made it into a stable release? Any advice on where to look for information o