Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c395cc7b
Commit
c395cc7b
authored
Oct 10, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[__GNUC__ >= 2] (LIB_STANDARD): Don't define.
parent
a328c9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/m/ibmps2-aix.h
src/m/ibmps2-aix.h
+2
-0
No files found.
src/m/ibmps2-aix.h
View file @
c395cc7b
...
...
@@ -205,7 +205,9 @@ so disable it for them. */
#ifdef __GNUC__
#define HAVE_ALLOCA
#define alloca(n) __builtin_alloca(n)
#if __GNUC__ < 2
#define LIB_STANDARD /usr/local/lib/gcc-gnulib -lbsd -lrts -lc
#endif
/* -g fails to work, so it is omitted. */
/* tranle says that -fstrength-reduce does not help. */
#define C_DEBUG_SWITCH -O -fwritable-strings
...
...
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