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
a489eaa1
Commit
a489eaa1
authored
10 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Updates to build/work on cgc machines.
Former-commit-id: 0d5ac178b860810a00138f82880be41aa7a3060a
parent
e79631fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
tools/do_gatherlibs.sh
+9
-2
9 additions, 2 deletions
tools/do_gatherlibs.sh
with
10 additions
and
3 deletions
Makefile
+
1
−
1
View file @
a489eaa1
all
:
cd
chopzero_src
;
make
cd
tools/pin
;
make
#
cd tools/pin; make
clean
:
cd
chopzero_src
;
make clean
...
...
This diff is collapsed.
Click to expand it.
tools/do_gatherlibs.sh
+
9
−
2
View file @
a489eaa1
...
...
@@ -3,8 +3,15 @@
#
# note: no trailing slashes, as the comparison will fail.
#
safe_dir_list
=
"/lib /lib/tls/i686/cmov /usr/lib /lib/i686/cmov /lib/i386-linux-gnu
\
/usr/local/lib /usr/lib/i386-linux-gnu /lib/x86_64-linux-gnu /lib64 /usr/lib/x86_64-linux-gnu /lib32"
safe_dir_list
=
" /lib /lib/tls/i686/cmov
\
/usr/lib /lib/i686/cmov /lib/i386-linux-gnu
\
/usr/local/lib
\
/usr/lib/i386-linux-gnu
\
/lib/x86_64-linux-gn
\
/lib64
\
/usr/lib/x86_64-linux-gnu /lib32
\
/lib/i386-linux-gnu/i686/cmov/
\
"
#safe_dir_list="/lib /usr/lib"
# Add all library directories under /opt/stonesoup/dependencies if present
...
...
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