mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
Merge pull request #3290 from mpasternacki/bugfix/freebsd-build
Fix build on FreeBSD, which has no alloca.h
This commit is contained in:
commit
3c0f3504c6
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
#undef HAVE_LIBPTHREAD
|
#undef HAVE_LIBPTHREAD
|
||||||
#undef HAVE_FSEEKO
|
#undef HAVE_FSEEKO
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
#undef HAVE_ALLOCA_H
|
||||||
|
#endif
|
||||||
|
|
||||||
# ifndef __STDC_FORMAT_MACROS
|
# ifndef __STDC_FORMAT_MACROS
|
||||||
# define __STDC_FORMAT_MACROS 1
|
# define __STDC_FORMAT_MACROS 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue