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
0c50f0d6
Commit
0c50f0d6
authored
8 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
updates (all over the place) for CFI with multimodule support.
parent
828e9799
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-all.sh
+5
-0
5 additions, 0 deletions
build-all.sh
set_env_vars
+3
-0
3 additions, 0 deletions
set_env_vars
with
8 additions
and
0 deletions
build-all.sh
+
5
−
0
View file @
0c50f0d6
...
...
@@ -14,6 +14,11 @@ if [ `basename $FULL_BUILD_LOC` == "cfar_umbrella" ]; then
cfar_mode
=
"--enable-cfar"
fi
mkdir
-p
$ZEST_RUNTIME
/lib32
mkdir
-p
$ZEST_RUNTIME
/lib64
mkdir
$ZEST_RUNTIME
/bin
mkdir
$ZEST_RUNTIME
/sbin
# stratafier
cd
$PEASOUP_UMBRELLA_DIR
/stratafier
make
||
exit
...
...
This diff is collapsed.
Click to expand it.
set_env_vars
+
3
−
0
View file @
0c50f0d6
...
...
@@ -20,7 +20,10 @@ export ZIPR_SCFI_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_scfi_plugin
export SECURITY_TRANSFORMS_HOME=$PEASOUP_UMBRELLA_DIR/security_transforms
export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms
export PS=$PEASOUP_HOME/tools/ps_analyze.sh
export ZEST_RUNTIME=$PEASOUP_UMBRELLA_DIR/zest_runtime
source ./irdb_vars
source $PEASOUP_UMBRELLA_DIR/set_command_envs
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ZEST_RUNTIME/lib32:$ZEST_RUNTIME/lib64"
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
6dde3842
·
6 years ago
mentioned in commit
6dde3842
mentioned in commit 6dde3842c4d49c9076f642f753b332537c74a6e3
Toggle commit list
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