aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-13 06:42:49 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-13 06:42:49 +0200
commitfa1dd6eb882792d38f978a16cdfd8821e5a63f9c (patch)
treeb30e1dbea1399b52e6baf45d5b663ab6aa8d6c59 /configure
parent66a80d735d2080ee6c4102b26db039a082c2b027 (diff)
downloadghdl-fa1dd6eb882792d38f978a16cdfd8821e5a63f9c.tar.gz
ghdl-fa1dd6eb882792d38f978a16cdfd8821e5a63f9c.tar.bz2
ghdl-fa1dd6eb882792d38f978a16cdfd8821e5a63f9c.zip
configure: use macosx mcode configuration files for OpenBSD x86
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 68cf6893f..d870ea21a 100755
--- a/configure
+++ b/configure
@@ -374,10 +374,10 @@ fi
# Generate ortho_code-x86-flags
if test $backend = mcode; then
case "$build" in
- *darwin*) ortho_flags="Flags_Macosx${mcode64}" ;;
+ *darwin*) ortho_flags="Flags_Macosx${mcode64}" ;;
*mingw32*) ortho_flags="Flags_Windows${mcode64}" ;;
- *linux*) ortho_flags="Flags_Linux${mcode64}" ;;
- *openbsd*) ortho_flags="Flags_Openbsd${mcode64}" ;;
+ *linux*) ortho_flags="Flags_Linux${mcode64}" ;;
+ *openbsd*) ortho_flags="Flags_Macosx${mcode64}" ;;
*) echo "Unsupported $build build for mcode"; exit 1;;
esac
echo "Generate ortho_code-x86-flags.ads"