Skip to content

Commit

Permalink
Add support for hurd
Browse files Browse the repository at this point in the history
This patch once was PR #87 for gprbuild.
  • Loading branch information
gnu-srs authored and asarhaddon committed Oct 24, 2023
1 parent b732437 commit 64cdc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/linker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@
<target name="^.*dragonfly.*$" />
<target name="^.*-fastos.*$" />
<target name="^.*qnx[0-9]*$" />
<target name="^(i.86|x86_64)-gnu$" /><!-- Hurd -->
</targets>
<config>
for Library_Builder use "${GPRCONFIG_PREFIX}libexec/gprbuild/gprlib";
Expand Down

0 comments on commit 64cdc1d

Please sign in to comment.