summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorMaxim Fedorov <maximfca@gmail.com>2021-11-16 09:46:00 -0800
committerMaxim Fedorov <maximfca@gmail.com>2021-12-12 17:09:40 -0800
commit16ce112924c897a52bac743b683137f5b5dd19e7 (patch)
treed3732d9a4998cc4695984542ee7bb7f63b648124 /HOWTO
parent656690cb4f9d8b8942b8be0b7aad54f86cf7fee0 (diff)
downloaderlang-16ce112924c897a52bac743b683137f5b5dd19e7.tar.gz
vxworks: remove remaining traces
Erlang/OTP no longer support VxWorks. Cleanup mentions to avoid confusion.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL-CROSS.md4
-rw-r--r--HOWTO/INSTALL-WIN32-OLD.md2
-rw-r--r--HOWTO/INSTALL-WIN32.md2
3 files changed, 3 insertions, 5 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md
index c1985f02cb..d603986e34 100644
--- a/HOWTO/INSTALL-CROSS.md
+++ b/HOWTO/INSTALL-CROSS.md
@@ -57,9 +57,7 @@ cross compiling.
The build system, including cross compilation configuration variables used,
may be subject to non backward compatible changes without prior notice.
Current cross build system has been tested when cross compiling some Linux/GNU
-systems, but has only been partly tested for more esoteric platforms. The
-VxWorks example file is highly dependent on our environment and is here more
-or less only for internal use.
+systems, but has only been partly tested for more esoteric platforms.
### Patches ###
diff --git a/HOWTO/INSTALL-WIN32-OLD.md b/HOWTO/INSTALL-WIN32-OLD.md
index d819fb18aa..d2a0125ac7 100644
--- a/HOWTO/INSTALL-WIN32-OLD.md
+++ b/HOWTO/INSTALL-WIN32-OLD.md
@@ -47,7 +47,7 @@ to make the Erlang/OTP distribution for Windows better. Please submit
any suggestions or patches to our [git project] [2] to let
them find their way into the next version of Erlang. If making changes
to the build system (like makefiles etc) please bear in mind that the
-same makefiles are used on Unix/VxWorks, so that your changes
+same makefiles are used on Unix, so that your changes
don't break other platforms. That of course goes for C-code too; system
specific code resides in the `$ERL_TOP/erts/emulator/sys/win32` and
`$ERL_TOP/erts/etc/win32` directories mostly. The
diff --git a/HOWTO/INSTALL-WIN32.md b/HOWTO/INSTALL-WIN32.md
index a4b01d83a2..4ad0159bcd 100644
--- a/HOWTO/INSTALL-WIN32.md
+++ b/HOWTO/INSTALL-WIN32.md
@@ -31,7 +31,7 @@ to make the Erlang/OTP distribution for Windows better. Please submit
any suggestions or patches to our [git project] [1] to let
them find their way into the next version of Erlang. If making changes
to the build system (like makefiles etc) please bear in mind that the
-same makefiles are used on Unix/VxWorks, so that your changes
+same makefiles are used on Unix, so that your changes
don't break other platforms. That of course goes for C-code too; system
specific code resides in the `$ERL_TOP/erts/emulator/sys/win32` and
`$ERL_TOP/erts/etc/win32` directories mostly. The