Skip to content

Commit

Permalink
Add support for hurd-i386.
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 Nov 13, 2021
1 parent 3f6100d commit 93b2ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/linker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,14 +1092,15 @@
</config>
</configuration>

<!-- linux, freebsd, Irix, OpenBSD, QNX -->
<!-- linux, freebsd, Irix, OpenBSD, QNX, Hurd -->
<configuration>
<targets>
<target name="^.*linux.*$" />
<target name="^.*freebsd.*$" />
<target name="^.*irix.*$" />
<target name="^.*openbsd.*$" />
<target name="^.*qnx[0-9]*$" />
<target name="^.*gnu.*$" />
</targets>
<config>
for Library_Builder use "${GPRCONFIG_PREFIX}libexec/gprbuild/gprlib";
Expand Down

0 comments on commit 93b2ffc

Please sign in to comment.