Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee466d0b
Commit
ee466d0b
authored
Feb 02, 2002
by
Andreas Schwab
Browse files
Check for __mc68000__ instead of __m68k__, the latter never being defined
on GNU/Linux.
parent
f77157da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/s/gnu-linux.h
src/s/gnu-linux.h
+1
-1
No files found.
src/ChangeLog
View file @
ee466d0b
2002-02-03 Andreas Schwab <schwab@suse.de>
* s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
latter never being defined on GNU/Linux.
2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
* xfaces.c (realize_default_face): Don't set the weight and slant
...
...
src/s/gnu-linux.h
View file @
ee466d0b
...
...
@@ -338,7 +338,7 @@ Boston, MA 02111-1307, USA. */
/* Don't use #cpu here since in newest development versions of GCC,
we must call cpp with -traditional, and that disables #cpu. */
#if defined __i386__ || defined __sparc__ || defined __m68
k
__ || defined __alpha__
#if defined __i386__ || defined __sparc__ || defined __m
c
68
000
__ || defined __alpha__
#define GC_SETJMP_WORKS 1
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment