Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Annotate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Annotate
Commits
29597cc2
Commit
29597cc2
authored
Nov 09, 2015
by
Eric Coissac eric.coissac@ujf-grenoble.fr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch config/default.conf for considering a CFLAGS and LDFLAGS locally predefined variables
parent
07fb256b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config/default.conf
config/default.conf
+2
-2
No files found.
config/default.conf
View file @
29597cc2
...
...
@@ -118,9 +118,9 @@ INCDIR = $(abspath $(PRTDIR))/include
# default gmake variable in implicit rules
# ------------------------------------
CFLAGS
=
$(
OPTIM
) $(
MACHDEF
) -
I
$(
INCDIR
)
CFLAGS
:= $(
CFLAGS
)
$(
OPTIM
) $(
MACHDEF
) -
I
$(
INCDIR
)
LDFLAGS
=
-
L
$(
LIBDIR
) -
L
.
LDFLAGS
:= $(
LDFLAGS
)
-
L
$(
LIBDIR
) -
L
.
LDLIBS
= $(
LIBS
) $(
MALLOC_LIBS
) $(
MATH_LIBS
) $(
CC_LIBS
)
...
...
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