diff options
author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-03-13 21:52:13 +0000 |
---|---|---|
committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-03-13 21:52:13 +0000 |
commit | 947f1fbab48fb5e268866fef99a7e53111d777ab (patch) | |
tree | f70710e93f6a849066a571d96dd1f72406be2788 /rtl/watcom/Makefile | |
parent | 1df4e051413aac8bcb360108ec82045b9fe3171e (diff) | |
download | fpc-947f1fbab48fb5e268866fef99a7e53111d777ab.tar.gz |
* regenerated makefiles after sync with trunk
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@48951 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/watcom/Makefile')
-rw-r--r-- | rtl/watcom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/watcom/Makefile b/rtl/watcom/Makefile index 0d6bf3300f..770f214398 100644 --- a/rtl/watcom/Makefile +++ b/rtl/watcom/Makefile @@ -3124,7 +3124,7 @@ ifdef CREATESHARED override FPCOPT+=-Cg endif ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),) -ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel),) +ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel riscv64),) override FPCOPT+=-Cg endif endif |