Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
c0852171
Commit
c0852171
authored
Apr 27, 2003
by
Josh Coalson
Browse files
Update OBJ_FORMAT setting: OpenBSD/i386-current just switched the binary format to ELF
parent
b2363960
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
c0852171
...
...
@@ -160,7 +160,7 @@ AM_CONDITIONAL(FLaC__CPU_IA32, test x$cpu_ia32 = xtrue)
AM_CONDITIONAL(FLaC__CPU_PPC, test x$cpu_ppc = xtrue)
AM_CONDITIONAL(FLaC__CPU_SPARC, test x$cpu_sparc = xtrue)
case "$host" in
i
[[3-6]]
86-*-openbsd
*
) OBJ_FORMAT=aoutb ;;
i
3
86-*-openbsd
3.[[0-3]]
) OBJ_FORMAT=aoutb ;;
*) OBJ_FORMAT=elf ;;
esac
AC_SUBST(OBJ_FORMAT)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment