diff options
Diffstat (limited to 'config/linker.in')
-rw-r--r-- | config/linker.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/linker.in b/config/linker.in new file mode 100644 index 00000000..b17f77fd --- /dev/null +++ b/config/linker.in @@ -0,0 +1,12 @@ +menu "Linkers" + +if BINUTILS_LINKER_LD || BINUTILS_LINKER_BOTH +comment "BFD enabled in binutils" +endif # BINUTILS_LINKER_LD +if BINUTILS_LINKER_GOLD || BINUTILS_LINKER_BOTH +comment "GOLD enabled in binutils" +endif # BINUTILS_LINKER_GOLD + +source "config/gen/linker.in" + +endmenu |