mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
Delete an unused variable from the mgnuc script.
scripts/mgnuc.in:
As above.
This commit is contained in:
@@ -484,7 +484,7 @@ case $use_regions in
|
||||
;;
|
||||
esac
|
||||
|
||||
GCC_OPTS="$NEST_OPTS $ASM_OPTS $GOTO_OPTS $REG_OPTS"
|
||||
GCC_OPTS="$ASM_OPTS $GOTO_OPTS $REG_OPTS"
|
||||
|
||||
# check that special grades are only used with gcc
|
||||
case $COMPILER in
|
||||
|
||||
Reference in New Issue
Block a user