Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
TimeManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
linux-tools
TimeManager
Commits
8acd7437
Commit
8acd7437
authored
Jun 13, 2019
by
Carit Zhu
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify Makefile to add LDFLAGS for GNU_HASH issue.
parent
72bf620f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
8acd7437
...
@@ -17,6 +17,7 @@ endif
...
@@ -17,6 +17,7 @@ endif
CC
=
$(CROSS_COMPILE)
gcc
CC
=
$(CROSS_COMPILE)
gcc
CFLAGS
?=
CFLAGS
?=
LDFLAGS
?=
LIBS
?=
LIBS
?=
ifeq
($(ARCH),
arm)
ifeq
($(ARCH),
arm)
...
@@ -48,7 +49,7 @@ all: timemanager
...
@@ -48,7 +49,7 @@ all: timemanager
# Build objects
# Build objects
timemanager
:
$(objects)
timemanager
:
$(objects)
$(CC)
$(CFLAGS)
-o
$@
$<
$(LIBS)
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$<
$(LIBS)
# Temp objects
# Temp objects
%.o
:
$(SRC_DIR)/%.c
%.o
:
$(SRC_DIR)/%.c
...
...
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