Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
f754a10f
"...telegraf-nftables.git" did not exist on "1ac64596bf65716e9aa6752ba720ed4f3af758e9"
Commit
f754a10f
authored
17 years ago
by
Kazu Hirata
Browse files
Options
Downloads
Patches
Plain Diff
* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
parent
73f4d86e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/ChangeLog
+14
-0
14 additions, 0 deletions
config/ChangeLog
config/no-executables.m4
+8
-0
8 additions, 0 deletions
config/no-executables.m4
with
22 additions
and
0 deletions
config/ChangeLog
+
14
−
0
View file @
f754a10f
2007-10-03 Richard Sandiford <richard@codesourcery.com>
* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
2007-10-03 Kazu Hirata <kazu@codesourcery.com>
Revert:
2007-10-02 Richard Sandiford <richard@codesourcery.com>
* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
2007-10-02 Richard Sandiford <richard@codesourcery.com>
* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
2007-09-21 Richard Sandiford <rsandifo@nildram.co.uk>
2007-09-21 Richard Sandiford <rsandifo@nildram.co.uk>
* mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
* mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
...
...
This diff is collapsed.
Click to expand it.
config/no-executables.m4
+
8
−
0
View file @
f754a10f
...
@@ -59,3 +59,11 @@ fi)
...
@@ -59,3 +59,11 @@ fi)
m4_divert_pop()dnl
m4_divert_pop()dnl
])# GCC_NO_EXECUTABLES
])# GCC_NO_EXECUTABLES
# Use the strongest available test out of AC_TRY_COMPILE and AC_TRY_LINK.
AC_DEFUN([GCC_TRY_COMPILE_OR_LINK],
[if test x$gcc_no_link = xyes; then
AC_TRY_COMPILE([$1], [$2], [$3], [$4])
else
AC_TRY_LINK([$1], [$2], [$3], [$4])
fi])
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment