Docs and comments: Change OSX -> macOS

Mac OS X was renamed to macOS at some point. Update references to
OSX, OS X, Mac OS X, Mac OSX, and other permutations, to macOS,
in README files and in comments of other files.
This commit is contained in:
Nathan Hartman 2020-04-25 22:44:18 -04:00 committed by patacongo
parent 2376d8a266
commit d6f7821b15
25 changed files with 34 additions and 34 deletions

View File

@ -2547,7 +2547,7 @@ Bugfixes include:
* FAT. Now returns the correct error value when it is unable to
recognize the file system.
* Build. MAC OS build fixes (submitted by Mike Smith)
* Build. macOS build fixes (submitted by Mike Smith)
And several others. See the ChangeLog for more details.

View File

@ -142,7 +142,7 @@ ifeq ($(CONFIG_ARM_TOOLCHAIN),DEVKITARM)
endif
endif
# Generic GNU EABI toolchain on OS X, Linux or any typical Posix system
# Generic GNU EABI toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARM_TOOLCHAIN),GNU_EABIL)
CROSSDEV ?= arm-none-eabi-

View File

@ -168,7 +168,7 @@ ifeq ($(CONFIG_ARMV6M_TOOLCHAIN),DEVKITARM)
ARCHCPUFLAGS = -mcpu=cortex-m0 -mthumb -mfloat-abi=soft
endif
# Generic GNU EABI toolchain on OS X, Linux or any typical Posix system
# Generic GNU EABI toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARMV6M_TOOLCHAIN),GNU_EABIL)
CROSSDEV ?= arm-none-eabi-

View File

@ -160,7 +160,7 @@ ifeq ($(CONFIG_ARMV7A_TOOLCHAIN),DEVKITARM)
endif
endif
# Generic GNU EABI toolchain on OS X, Linux or any typical Posix system
# Generic GNU EABI toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARMV7A_TOOLCHAIN),GNU_EABIL)
CROSSDEV ?= $(TARGET_ARCH)-none-eabi-

View File

@ -231,7 +231,7 @@ ifeq ($(CONFIG_ARMV7M_TOOLCHAIN),DEVKITARM)
ARCHCPUFLAGS = $(TOOLCHAIN_MCPU) -mthumb $(TOOLCHAIN_MFLOAT)
endif
# Generic GNU EABI toolchain on OS X, Linux or any typical Posix system
# Generic GNU EABI toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARMV7M_TOOLCHAIN),GNU_EABIL)
CROSSDEV ?= arm-none-eabi-
@ -252,7 +252,7 @@ ifeq ($(CONFIG_ARMV7M_TOOLCHAIN),GNU_EABIW)
endif
endif
# Clang toolchain on OS X, Linux or any typical Posix system
# Clang toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARMV7M_TOOLCHAIN),CLANGL)
CROSSDEV ?= arm-none-eabi-

View File

@ -142,7 +142,7 @@ ifeq ($(CONFIG_ARMV7R_TOOLCHAIN),DEVKITARM)
endif
endif
# Generic GNU EABI toolchain on OS X, Linux or any typical Posix system
# Generic GNU EABI toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_ARMV7R_TOOLCHAIN),GNU_EABIL)
CROSSDEV ?= $(TARGET_ARCH)-none-eabi-

View File

@ -43,7 +43,7 @@ config AVR_CROSSPACK_TOOLCHAIN
bool "CrossPack-AVR"
depends on HOST_MACOS
---help---
For OS X, the AVR CrossPack toolchain is supported:
For macOS, the AVR CrossPack toolchain is supported:
http://www.obdev.at/products/crosspack/index.html
config AVR_BUILDROOT_TOOLCHAIN

View File

@ -104,7 +104,7 @@ ifeq ($(CONFIG_AVR_TOOLCHAIN),BUILDROOT)
LDFLAGS += -nostartfiles -nodefaultlibs
endif
# AVR CrossPack under OS X
# AVR CrossPack under macOS
ifeq ($(CONFIG_AVR_TOOLCHAIN),CROSSPACK)
CROSSDEV ?= avr-

View File

@ -59,7 +59,7 @@ config MIPS32_TOOLCHAIN_PINGUINOW
select ARCH_TOOLCHAIN_GNU
config MIPS32_TOOLCHAIN_PINGUINOL
bool "Pinguino mips-elf toolchain under OS X or Linux"
bool "Pinguino mips-elf toolchain under macOS or Linux"
depends on HOST_LINUX || HOST_MACOS
select ARCH_TOOLCHAIN_GNU

View File

@ -144,7 +144,7 @@ else
MIPS_MICROMIPS =
endif
# Generic GNU mip32 toolchain on OS X or Linux
# Generic GNU mip32 toolchain on macOS or Linux
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),GNU_ELF)
CROSSDEV ?= mips-elf-

View File

@ -84,7 +84,7 @@ ifeq ($(CONFIG_LM32_TOOLCHAIN),BUILDROOT)
MAXOPTIMIZATION ?= -Os
endif
# Generic GNU toolchain on OS X, Linux or any typical Posix system
# Generic GNU toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_LM32_TOOLCHAIN),GNUL)
CROSSDEV ?= lm32-elf-

View File

@ -59,7 +59,7 @@ ifeq ($(CONFIG_ARCH_OR1K_MOR1KX),y)
else
endif
# Generic GNU or1k toolchain on OS X or Linux
# Generic GNU or1k toolchain on macOS or Linux
#ifeq ($(CONFIG_OR1K_TOOLCHAIN),GNU_ELF)
CROSSDEV ?= or1k-elf-

View File

@ -74,7 +74,7 @@ ifeq ($(CONFIG_DEBUG_CUSTOMOPT),y)
MAXOPTIMIZATION := $(CONFIG_DEBUG_OPTLEVEL)
endif
# Generic GNU RVG toolchain on OS X, Linux or any typical Posix system
# Generic GNU RVG toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVGL)
CROSSDEV ?= riscv64-unknown-elf-

View File

@ -70,7 +70,7 @@ ifeq ($(CONFIG_DEBUG_CUSTOMOPT),y)
MAXOPTIMIZATION := $(CONFIG_DEBUG_OPTLEVEL)
endif
# Generic GNU RVG toolchain on OS X, Linux or any typical Posix system
# Generic GNU RVG toolchain on macOS, Linux or any typical Posix system
ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVGL)
CROSSDEV ?= riscv64-unknown-elf-

View File

@ -67,7 +67,7 @@ config SIM_X8664_SYSTEMV
bool "System V AMD64 ABI"
---help---
The calling convention of the System V AMD64 ABI is followed on Solaris,
Linux, FreeBSD, Mac OS X, and other UNIX-like or POSIX-compliant operating
Linux, FreeBSD, macOS, and other UNIX-like or POSIX-compliant operating
systems. The first six integer or pointer arguments are passed in registers
RDI, RSI, RDX, RCX, R8, and R9, while XMM0, XMM1, XMM2, XMM3, XMM4, XMM5,
XMM6 and XMM7 are used for floating point arguments. For system calls, R10

View File

@ -57,7 +57,7 @@
# define REGS %rcx
/* The calling convention of the System V AMD64 ABI is followed on Solaris,
* Linux, FreeBSD, Mac OS X, and other UNIX-like or POSIX-compliant operating
* Linux, FreeBSD, macOS, and other UNIX-like or POSIX-compliant operating
* systems. The first six integer or pointer arguments are passed in registers
* RDI, RSI, RDX, RCX, R8, and R9, while XMM0, XMM1, XMM2, XMM3, XMM4, XMM5,
* XMM6 and XMM7 are used for floating point arguments. For system calls, R10

View File

@ -41,7 +41,7 @@ include ${TOPDIR}/arch/arm/src/armv7-a/Toolchain.defs
LDSCRIPT = sdram.ld
# Setup for Windows vs Linux/Cygwin/OSX environments
# Setup for Windows vs Linux/Cygwin/macOS environments
ifeq ($(WINTOOL),y)
# Windows-native toolchains

View File

@ -1087,7 +1087,7 @@ Debugging
This is a simple command line utility for programming ARM-based MCUs
(currently only Atmel) though CMSIS-DAP SWD interface. It works on Linux,
Mac OS X and Windows. Very useful to around especially if you have the
macOS and Windows. Very useful to around especially if you have the
following issue:
Booting to FLASH or the ROM Bootloader

View File

@ -215,4 +215,4 @@ Where <subdir> is one of the following:
Default toolchain:
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL=y : CodeSourcery under Linux / Mac OS X
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL=y : CodeSourcery under Linux / macOS

View File

@ -112,7 +112,7 @@ PA17 and PA23 are available from the AVR32DEV1:
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
Linux, Mac OS X or Cygwin on Windows can be used for the development environment.
Linux, macOS or Cygwin on Windows can be used for the development environment.
The source has been built only using the GNU toolchain (see below). Other
toolchains will likely cause problems. Testing was performed using the Cygwin
environment.
@ -142,7 +142,7 @@ WinAVR:
AVR32 Toolchain Builder:
A third option is to build the toolchain yourself. For OS X and Linux systems,
A third option is to build the toolchain yourself. For macOS and Linux systems,
this Makefile will build a complete gcc-4.4.3 toolchain:
https://github.com/jsnyder/avr32-toolchain

View File

@ -241,9 +241,9 @@ Linux:
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
.config file.
Mac OS X:
macOS:
For Mac OS X, the CrossPack for AVR toolchain is available from:
For macOS, the CrossPack for AVR toolchain is available from:
http://www.obdev.at/products/crosspack/index.html

View File

@ -250,9 +250,9 @@ Linux:
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
.config file.
Mac OS X:
macOS:
For Mac OS X, the CrossPack for AVR toolchain is available from:
For macOS, the CrossPack for AVR toolchain is available from:
http://www.obdev.at/products/crosspack/index.html

View File

@ -228,9 +228,9 @@ Linux:
After configuring NuttX, make sure that CONFIG_AVR_LINUXGCC_TOOLCHAIN=y is set in your
.config file.
Mac OS X:
macOS:
For Mac OS X, the CrossPack for AVR toolchain is available from:
For macOS, the CrossPack for AVR toolchain is available from:
http://www.obdev.at/products/crosspack/index.html

View File

@ -123,7 +123,7 @@ the toolchain on the make commandline with CONFIG_AVR_TOOLCHAIN=<toolchain>.
The valid values for <toolchain> are BUILDROOT, CROSSPACK, LINUXGCC and WINAVR.
This port was tested using the OS X / CROSSPACK tool chain, GCC version 4.8.1.
This port was tested using the macOS / CROSSPACK tool chain, GCC version 4.8.1.
Please see other NuttX documentation for toolchain details.
MoteinoMEGA Configuration Options

View File

@ -395,7 +395,7 @@ Toolchains
mips-elf toolchain:
CONFIG_MIPS32_TOOLCHAIN_PINGUINOW - Pinguino mips-elf toolchain for Windows
CONFIG_MIPS32_TOOLCHAIN_GNU_ELF - mips-elf toolchain for Linux or OS X
CONFIG_MIPS32_TOOLCHAIN_GNU_ELF - mips-elf toolchain for Linux or macOS
And set the path appropriately in the PATH environment variable. These tool
configurations are untested -- expect some additional integration issues.