comparison libffi/configure.host @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
193 ;; 193 ;;
194 powerpc*-*-rtems*) 194 powerpc*-*-rtems*)
195 TARGET=POWERPC; TARGETDIR=powerpc 195 TARGET=POWERPC; TARGETDIR=powerpc
196 ;; 196 ;;
197 197
198 riscv*-*)
199 TARGET=RISCV; TARGETDIR=riscv
200 SOURCES="ffi.c sysv.S"
201 ;;
202
198 s390-*-* | s390x-*-*) 203 s390-*-* | s390x-*-*)
199 TARGET=S390; TARGETDIR=s390 204 TARGET=S390; TARGETDIR=s390
200 SOURCES="ffi.c sysv.S" 205 SOURCES="ffi.c sysv.S"
201 ;; 206 ;;
202 207