diff options
| author | Richard M. Stallman | 1994-05-27 23:21:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-27 23:21:46 +0000 |
| commit | 7a19891bc00fcfdce96570e489e634eb0256b940 (patch) | |
| tree | cd690d8b526337832223f9a2a1f0f35ebcf366fe /src | |
| parent | ad8b94002ab9f61561b15ccace07f30551c776d6 (diff) | |
| download | emacs-7a19891bc00fcfdce96570e489e634eb0256b940.tar.gz emacs-7a19891bc00fcfdce96570e489e634eb0256b940.zip | |
(C_DEBUG_SWITCH) [not __GNUC__]: Add -Wf option.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/mips4.h b/src/m/mips4.h index edf781a3099..eb8445f2a9b 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h | |||
| @@ -22,9 +22,9 @@ NOTE-END */ | |||
| 22 | /* We used to have -systype bsd43, but a configure change | 22 | /* We used to have -systype bsd43, but a configure change |
| 23 | now takes care of that option. */ | 23 | now takes care of that option. */ |
| 24 | #ifdef MIPS2 | 24 | #ifdef MIPS2 |
| 25 | #define C_DEBUG_SWITCH -DMips -g3 -O -Olimit 2000 -mips2 | 25 | #define C_DEBUG_SWITCH -DMips -g3 -Wf,-XNd4000 -O -Olimit 2000 -mips2 |
| 26 | #else | 26 | #else |
| 27 | #define C_DEBUG_SWITCH -DMips -g3 -O -Olimit 2000 | 27 | #define C_DEBUG_SWITCH -DMips -g3 -Wf,-XNd4000 -O -Olimit 2000 |
| 28 | #endif | 28 | #endif |
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||