summarylogtreecommitdiffstats
path: root/lto.patch
blob: 48ce95f3c165a699326d56d2db6bead81aed6af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure
+++ configure
@@ -6177,7 +6177,7 @@
   # Among non-ELF, only Windows platforms support the lto-plugin so far.
   # Build it unless LTO was explicitly disabled.
   case $target in
-    *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
+    *-cygwin* | *-mingw* | *djgpp*) build_lto_plugin=$enable_lto ;;
     *) ;;
   esac