SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
lang/gcc/11/patches/patch-gnattools_configure_ac
Normal file
15
lang/gcc/11/patches/patch-gnattools_configure_ac
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: gnattools/configure.ac
|
||||
--- gnattools/configure.ac.orig
|
||||
+++ gnattools/configure.ac
|
||||
@@ -80,6 +80,11 @@ case "${target}" in
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ TOOLS_TARGET_PAIRS="\
|
||||
+ mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
+ indepsw.adb<indepsw-gnu.adb"
|
||||
+ ;;
|
||||
*-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
Loading…
Add table
Add a link
Reference in a new issue