mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-18 07:15:19 +00:00
Uncomment the definition of NUM_REAL_R_REGS for RS/6000.
Estimated hours taken: 0.1 configure.in: Uncomment the definition of NUM_REAL_R_REGS for RS/6000.
This commit is contained in:
14
configure.in
14
configure.in
@@ -813,14 +813,12 @@ case "$host" in
|
||||
# but succip, sp, and hp are real regs, so subtract 3
|
||||
NUM_REAL_R_REGS=5
|
||||
;;
|
||||
# global registers don't work yet on rs6000, due to problems using gcc -
|
||||
# but when they do, there will be 10 of them
|
||||
# rs6000-*)
|
||||
# # NUM_REAL_REGS=10
|
||||
# # but succip, sp, hp, maxfr, and curfr are real regs,
|
||||
# # so subtract 5
|
||||
# NUM_REAL_R_REGS=5
|
||||
# ;;
|
||||
rs6000-*)
|
||||
# NUM_REAL_REGS=10
|
||||
# but succip, sp, hp, maxfr, and curfr are real regs,
|
||||
# so subtract 5
|
||||
NUM_REAL_R_REGS=5
|
||||
;;
|
||||
sparc-*)
|
||||
# NUM_REAL_REGS=10
|
||||
# but succip, sp, hp, maxfr, and curfr are real regs,
|
||||
|
||||
Reference in New Issue
Block a user