aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-27 23:21:46 +0000
committerRichard M. Stallman1994-05-27 23:21:46 +0000
commit7a19891bc00fcfdce96570e489e634eb0256b940 (patch)
treecd690d8b526337832223f9a2a1f0f35ebcf366fe /src
parentad8b94002ab9f61561b15ccace07f30551c776d6 (diff)
downloademacs-7a19891bc00fcfdce96570e489e634eb0256b940.tar.gz
emacs-7a19891bc00fcfdce96570e489e634eb0256b940.zip
(C_DEBUG_SWITCH) [not __GNUC__]: Add -Wf option.
Diffstat (limited to 'src')
-rw-r--r--src/m/mips4.h4
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