mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 19:45:28 +08:00
gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined.
* gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined. From-SVN: r37571
This commit is contained in:
parent
856442b6f3
commit
2e59adac88
@ -1,3 +1,8 @@
|
|||||||
|
2000-11-19 Zack Weinberg <zack@wolery.stanford.edu>
|
||||||
|
|
||||||
|
* gcc.c (process_command): Define 'j' variable when
|
||||||
|
MODIFY_TARGET_NAME is defined.
|
||||||
|
|
||||||
2000-11-19 Richard Henderson <rth@redhat.com>
|
2000-11-19 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
|
* stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
|
||||||
|
@ -2886,6 +2886,7 @@ process_command (argc, argv)
|
|||||||
int lang_n_infiles = 0;
|
int lang_n_infiles = 0;
|
||||||
#ifdef MODIFY_TARGET_NAME
|
#ifdef MODIFY_TARGET_NAME
|
||||||
int is_modify_target_name;
|
int is_modify_target_name;
|
||||||
|
int j;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GET_ENV_PATH_LIST (gcc_exec_prefix, "GCC_EXEC_PREFIX");
|
GET_ENV_PATH_LIST (gcc_exec_prefix, "GCC_EXEC_PREFIX");
|
||||||
|
Loading…
Reference in New Issue
Block a user