ARC: add Minimum allocation alignment

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Vineet Gupta 2021-05-21 07:28:16 -07:00 committed by David Goldblatt
parent 2c0f4c2ac3
commit 2381efab57

View File

@ -65,6 +65,9 @@
# ifdef __le32__
# define LG_QUANTUM 4
# endif
# ifdef __arc__
# define LG_QUANTUM 3
# endif
# ifndef LG_QUANTUM
# error "Unknown minimum alignment for architecture; specify via "
"--with-lg-quantum"