Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
06aacc62
Commit
06aacc62
authored
Mar 21, 2004
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous change.
parent
8f8607be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
ChangeLog
ChangeLog
+5
-1
configure.in
configure.in
+8
-1
No files found.
ChangeLog
View file @
06aacc62
2004-03-21 Dave Love <fx@gnu.org>
* configure.in: Fix previous change.
2004-03-18 Dave Love <fx@gnu.org>
* configure.in: Add -znocombreloc to LDFLAGS if support
ed
.
* configure.in: Add -znocombreloc to LDFLAGS if
compiler
support
s it
.
2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
...
...
configure.in
View file @
06aacc62
...
...
@@ -1276,8 +1276,15 @@ fi
dnl We need -znocombreloc if we're using a relatively recent GNU ld.
dnl If we can link with the flag, it shouldn't do any harm anyhow.
dnl (Don't use `-z nocombreloc' as -z takes no arg on Irix.)
dnl Treat GCC specially since it just gives a non-fatal `unrecognized option'
dnl if not built to support GNU ld.
late_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -znocombreloc"
if test $GCC = yes; then
LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
else
LDFLAGS="$LDFLAGS -znocombreloc"
fi
AC_MSG_CHECKING([For -znocombreloc])
AC_LINK_IFELSE([main(){return 0;}],
...
...
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