mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
# s390 specific config options
|
|
# depends on EXPERIMENTAL
|
|
|
|
config ARCH_s390
|
|
select ARCH_SUPPORTS_32
|
|
select ARCH_SUPPORTS_64
|
|
select ARCH_DEFAULT_32
|
|
select ARCH_USE_MMU
|
|
select ARCH_SUPPORT_FPU
|
|
help
|
|
Defined by IBM in:
|
|
32-bit ESA/390 : http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dz9ar008/CCONTENTS
|
|
64-bit z/Architecure : http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dz9zr002/CCONTENTS
|