Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Open Source Software
Zipr Toolchain
Commits
0cf48570
Commit
0cf48570
authored
12 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Removed -static flag
Former-commit-id: 85ed4ebad4a015c326b5846920a8d6c7a9309d01
parent
ad901204
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
c++_examples/Makefile
+4
-9
4 additions, 9 deletions
c++_examples/Makefile
with
4 additions
and
9 deletions
c++_examples/Makefile
+
4
−
9
View file @
0cf48570
CC
=
DO_NOT_USE
CXX
=
DO_NOT_USE
CFLAGS
=
DO_NOT_USE
LD
=
DO_NOT_USE
.SUFFIXES
:
.o .c .cpp .stock .protected
exes
=
hanoi++.protected newdel.protected newdel_broke1.protected newdel_broke2.protected newdel_broke3.protected newdel_broke4.protected newdel_broke5.protected newdel_broke6.protected newdel_broke7.protected throw.protected newdelete1.protected newdelete2.protected newdelete3.protected newdelete4.protected newdelete5.protected newdelete6.protected
...
...
@@ -18,16 +13,16 @@ all: env_check ${exes}
.PHONY
:
env_check
.stock.protected
:
${
PEASOUP_HOME
}
/tools/ps_analyze.sh
$<
$@
${
PEASOUP_HOME
}
/tools/ps_analyze.sh
$<
$@
--step
concolic
=
off
.o.stock
:
g++
-static
-Bstatic
$<
-o
$@
g++
$<
-o
$@
.c.o
:
$
{
PEASOUP_HOME
}
/tools/ps_comp.sh
$<
$
(
CC
)
-c
$<
.cpp.o
:
$
{
PEASOUP_HOME
}
/tools/ps_comp++.sh
$<
$
(
CXX
)
-c
$<
chopzero
:
@
if
[
!
-f
chopzero
]
;
then
gcc chopzero.c
-o
chopzero
-O3
;
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