Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10a3b1a1
Commit
10a3b1a1
authored
Sep 09, 2005
by
Eli Zaretskii
Browse files
configure.in <lynxsos*>: Support for LynxOS on PPC.
configure: Regenerated.
parent
012a2196
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
392 additions
and
199 deletions
+392
-199
configure
configure
+383
-198
configure.in
configure.in
+9
-1
No files found.
configure
View file @
10a3b1a1
This diff is collapsed.
Click to expand it.
configure.in
View file @
10a3b1a1
...
...
@@ -282,6 +282,15 @@ dnl see the `changequote' comment above.
esac
;;
## LynxOS ports
*-*-lynxos* )
opsys=lynxos
case "${canonical}" in
i[3456]86-*-lynxos*) machine=intel386 ;;
powerpc-*-lynxos*) machine=powerpc ;;
esac
;;
## Acorn RISCiX:
arm-acorn-riscix1.1* )
machine=acorn opsys=riscix1-1
...
...
@@ -1083,7 +1092,6 @@ dnl see the `changequote' comment above.
*-darwin ) opsys=darwin
CPP="${CC-cc} -E -no-cpp-precomp"
;;
*-lynxos* ) opsys=lynxos ;;
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
*-isc2.2* ) opsys=isc2-2 ;;
*-isc4.0* ) opsys=isc4-0 ;;
...
...
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