aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/acinclude.m4
AgeCommit message (Collapse)AuthorFilesLines
2022-01-01sim: tweak copyright lines for gnulib update-copyrightMike Frysinger1-1/+1
The regex it uses does not like so many leading spaces which causes it to think the files lack copyright. Trim them down so the script can find & update them accordingly.
2021-11-10sim: frv: flip trapdump default back to offMike Frysinger1-1/+1
When I refactored this by scoping it to sim-frv-xxx in commit e7954ef5e5ed90fb7d28c013518f4c2e6bcd20a1 ("sim: frv: scope the unique configure flag"), I changed the default from off to on. While the feature is nice for developers, it breaks a bunch of tests which aren't expecting this extra output. So flip it back to off by default.
2021-06-30sim: cris/frv/iq2000/lm32: merge with common configure scriptMike Frysinger1-0/+34
Now that the scache logic has been migrated into the common code, there's nothing specific in these configure scripts, so merge them into the common one. The frv unique logic can be moved to a dedicated include and merged in the common configure since the flag has been scoped to the arch.