Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Friedem
GHC
Commits
7f8fc1c9
Commit
7f8fc1c9
authored
9 years ago
by
Erik de Castro Lopo
Committed by
Ben Gamari
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
aclocal.m4: Do not check for readelf on darwin
Tested on darwin and linux. Not tested on mingw32.
parent
525ada5a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aclocal.m4
+2
-1
2 additions, 1 deletion
aclocal.m4
with
2 additions
and
1 deletion
aclocal.m4
+
2
−
1
View file @
7f8fc1c9
...
...
@@ -2213,7 +2213,8 @@ AC_DEFUN([FIND_GCC],[
# $1 = the variable to set
#
AC_DEFUN([FIND_READELF],[
if test "$HostOS" != "mingw32"; then
if test "$HostOS" != "mingw32" &&
test "$HostOS" != "darwin" ; then
FP_ARG_WITH_PATH_GNU_PROG([READELF], [readelf], [readelf])
if test -z "$READELF"; then
AC_MSG_ERROR([cannot identify readelf tool])
...
...
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