diff options
author | Alexey Neyman <stilor@att.net> | 2015-11-06 22:15:11 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-11-13 10:28:44 -0800 |
commit | ac7ce3847590bd0983c581ad15c01a27c6637f18 (patch) | |
tree | 7f717ea85dc9ef3b1117b4040edce4cb032d555a /config/debug | |
parent | 6f7e6b9969681cb3f85464066fa819fa90060783 (diff) | |
download | crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.tar.gz crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.tar.bz2 crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.zip |
Convert expat for target into a companion lib.
Expat-for-host to be done.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.native | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 8d2159af..4f7e96a0 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -5,6 +5,7 @@ config GDB_NATIVE prompt "Native gdb" depends on ! BARE_METAL depends on ! BACKEND + select EXPAT_TARGET help Build and install a native gdb for the target, to run on the target. |