smuellerDD / jitterentropy-library

Jitterentropy Library
http://www.chronox.de/jent
Other
101 stars 40 forks source link

Allow the use of the "default" C compiler #102

Closed motminh closed 1 year ago

motminh commented 1 year ago

Consistently default and use 'gcc' if there isn't a different native C compiler on a system.

This is a problem on FreeBSD systems that ship with Clang as 'cc', and GCC is installed with a version# (e.g., gcc12 [12.2.0]).

smuellerDD commented 1 year ago

Am Donnerstag, 18. Mai 2023, 01:34:01 CEST schrieb motminh:

Hi motminh,

Consistently default and use 'gcc' if there isn't a different native C compiler on a system.

This is a problem on FreeBSD systems that ship with Clang as 'cc', and GCC is installed with a version# (e.g., gcc12 [12.2.0]). You can view, comment on, or merge this pull request online at:

https://github.com/smuellerDD/jitterentropy-library/pull/102

Applied, thanks.

Ciao Stephan