mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
984ae94918
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
7 lines
115 B
Bash
7 lines
115 B
Bash
# Compute NIOS2-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
# Do nothing here. Default values are sane.
|
|
:;
|
|
}
|