Skip to content

Commit

Permalink
Update GNUmakefile, README.md: Style, update list
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonjh committed Apr 6, 2021
1 parent 7c82ea3 commit 1249d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ifeq ($(OS), openbsd)
MINCE_CONFIGURED=1
endif

#########################################################################

ifeq ($(OS), freebsd)
CFL=-O2 -fcommon $(CFEXTRA)
CC?=clang
Expand All @@ -58,6 +60,8 @@ ifeq ($(OS), freebsd)
MINCE_CONFIGURED=1
endif

#########################################################################

ifeq ($(OS), darwin)
CFL=-O2 -fcommon $(CFEXTRA)
CC?=clang
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* **CentOS** 8 (Stream), GNU C 10.2.1 (*SCL*)
* **Fedora** 33, GNU C 10.2.1
* **Fedora** 33, Intel oneAPI DPC++ 2021.2.0 (*20210317*)
* **Fedora** 34 Beta, AMD clang 11.0.0 (AOCC-2.3.0, Build #85, 2020\_11\_10)
* **macOS** (Big Sur) 11.3 Beta 6, Xcode 12.4 (*clang-1200.0.32.29*)
* **OpenBSD** 6.8, OpenBSD clang 10.0.1
* ARMv7HF (ARM32)
Expand Down

0 comments on commit 1249d22

Please sign in to comment.