diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-23 20:08:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 20:08:26 -0700 |
commit | 88fdbac4252744931ebcf80ade547ade525b71f4 (patch) | |
tree | 6c77f523d5c34bbf7ae1df1839f2f4275e505850 /config/backend.in | |
parent | 368a0169a27313cca60cf7d7358b6f3ef12122e4 (diff) | |
parent | f98e04388c805a1b97b7a49e0d2da5c9acbcf887 (diff) | |
download | crosstool-ng-88fdbac4252744931ebcf80ade547ade525b71f4.tar.gz crosstool-ng-88fdbac4252744931ebcf80ade547ade525b71f4.tar.bz2 crosstool-ng-88fdbac4252744931ebcf80ade547ade525b71f4.zip |
Merge pull request #697 from stilor/makefile-enhancements-orig
Makefile enhancements
Diffstat (limited to 'config/backend.in')
-rw-r--r-- | config/backend.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/config/backend.in b/config/backend.in deleted file mode 100644 index 12d278b1..00000000 --- a/config/backend.in +++ /dev/null @@ -1,26 +0,0 @@ -# Options specific to crosstool-NG acting as a backend - -config IS_A_BACKEND - string - option env="CT_IS_A_BACKEND" - -config BACKEND - bool - depends on OBSOLETE - default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" - -if BACKEND - -config BACKEND_ARCH - string - option env="CT_BACKEND_ARCH" - -config BACKEND_KERNEL - string - option env="CT_BACKEND_KERNEL" - -config BACKEND_LIBC - string - option env="CT_BACKEND_LIBC" - -endif #if BACKEND |