Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
fad85c4e
Commit
fad85c4e
authored
Dec 15, 2012
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
From Alon Bar-Lev: Check for ar program.
parent
588017df
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
config.make.in
+1
-1
1 addition, 1 deletion
config.make.in
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
with
8 additions
and
1 deletion
ChangeLog
+
6
−
0
View file @
fad85c4e
2012-12-15 Niels Möller <nisse@lysator.liu.se>
From Alon Bar-Lev:
* configure.ac: Check for ar program.
* config.make.in (AR): Use configured value.
2012-12-13 Niels Möller <nisse@lysator.liu.se>
2012-12-13 Niels Möller <nisse@lysator.liu.se>
* x86_64/sha3-permute.asm: Rewrote, to keep all state in
* x86_64/sha3-permute.asm: Rewrote, to keep all state in
...
...
This diff is collapsed.
Click to expand it.
config.make.in
+
1
−
1
View file @
fad85c4e
...
@@ -46,7 +46,7 @@ LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@
...
@@ -46,7 +46,7 @@ LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@
LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
AR =
ar
AR =
@AR@
ARFLAGS = cru
ARFLAGS = cru
AUTOCONF = autoconf
AUTOCONF = autoconf
AUTOHEADER = autoheader
AUTOHEADER = autoheader
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
fad85c4e
...
@@ -100,6 +100,7 @@ AC_PROG_RANLIB
...
@@ -100,6 +100,7 @@ AC_PROG_RANLIB
AC_CHECK_TOOL(NM, nm, strings)
AC_CHECK_TOOL(NM, nm, strings)
# Used only for the GNU-stack configure test.
# Used only for the GNU-stack configure test.
AC_CHECK_TOOL(OBJDUMP, objdump, false)
AC_CHECK_TOOL(OBJDUMP, objdump, false)
AC_CHECK_TOOL(AR, ar, false)
if test "x$ac_cv_prog_cc_stdc" = xno ; then
if test "x$ac_cv_prog_cc_stdc" = xno ; then
AC_ERROR([the C compiler doesn't handle ANSI-C]) #'
AC_ERROR([the C compiler doesn't handle ANSI-C]) #'
...
...
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