diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 22:18:43 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:57 -0700 |
commit | 1b207d0adc5f78f000a7d8ca4431515790639da9 (patch) | |
tree | 675da8e9b67376a6d61c4a51a769758356009f7f /samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf | |
parent | 4bd6d5f5603e9733852f18fb604eea8f04cd94cc (diff) | |
download | crosstool-ng-1b207d0adc5f78f000a7d8ca4431515790639da9.tar.gz crosstool-ng-1b207d0adc5f78f000a7d8ca4431515790639da9.tar.bz2 crosstool-ng-1b207d0adc5f78f000a7d8ca4431515790639da9.zip |
Allow packages to define "relevant" part of the version
E.g., only include minor/major of the Linux kernel into the kconfig
symbol. In the future, to be defined by all packages, but for now
matches the current versioning in the packages.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf')
-rw-r--r-- | samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config index c249088f..2fc67d97 100644 --- a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config +++ b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config @@ -18,6 +18,5 @@ CT_GLIBC_KERNEL_VERSION_NONE=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set CT_CC_LANG_CXX=y CT_DEBUG_GDB=y -# CT_GDB_CROSS_PYTHON is not set CT_GDB_NATIVE=y CT_GDB_NATIVE_STATIC=y |