mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
dbd5e50583
Remove all non-modifiable items (target tuple, gcc version, toolchain path...) Makefile syntax ( use $(...) instead of ${...} ) Update doc Space-damage cleanups
11 lines
190 B
INI
11 lines
190 B
INI
# Default test suite configuration
|
|
|
|
# Default DejaGnu configuration
|
|
DG_TOOLNAME = gcc
|
|
DG_TARGET_HOSTNAME = 127.0.0.1
|
|
DG_TARGET_USERNAME = root
|
|
|
|
# Default tests
|
|
DG_C_TESTS =
|
|
DG_CPP_TESTS =
|