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
51330de2
Commit
51330de2
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.zephyr-software.com:allnp/peasoup_umbrella
parents
5dd66a80
11f29a90
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
+19
-19
19 additions, 19 deletions
build-all.sh
daffy
+1
-1
1 addition, 1 deletion
daffy
with
20 additions
and
20 deletions
build-all.sh
+
19
−
19
View file @
51330de2
...
...
@@ -39,7 +39,7 @@ use_strata=0
if
[[
$use_strata
=
1
]]
;
then
# stratafier
cd
$PEASOUP_UMBRELLA_DIR
/stratafier
make
||
exit
make
||
exit
1
# strata
if
[
!
"
$STRATA_HOME
"
]
;
then
...
...
@@ -60,20 +60,20 @@ if [[ $use_strata = 1 ]]; then
fi
cd
$STRATA_HOME32
STRATA_HOME
=
$STRATA_HOME32
STRATA
=
$STRATA_HOME32
./build
-host
=
i386-linux
||
exit
STRATA_HOME
=
$STRATA_HOME32
STRATA
=
$STRATA_HOME32
./build
-host
=
i386-linux
||
exit
1
# build x86-64 strata
cd
$STRATA_HOME
if
[
-f
Makefile
-a
Makefile
-nt
configure
-a
Makefile
-nt
Makefile.in
]
;
then
echo
Skipping Strata reconfigure step
else
./configure
$cfar_mode
||
exit
./configure
$cfar_mode
||
exit
1
fi
make
||
exit
make
||
exit
1
else
cd
$STRATA_HOME
./build
$cfar_mode
||
exit
./build
$cfar_mode
||
exit
1
fi
fi
...
...
@@ -90,56 +90,56 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then
fi
cd
$SECURITY_TRANSFORMS_HOME
scons
$SCONSDEBUG
-j
3
||
exit
scons
$SCONSDEBUG
-j
3
||
exit
1
cd
$SMPSA_HOME
scons
$SCONSDEBUG
-j
3
||
exit
scons
$SCONSDEBUG
-j
3
||
exit
1
cd
$PEASOUP_HOME
make
||
exit
make
||
exit
1
if
[
-d
$ZIPR_CALLBACKS
]
;
then
cd
$ZIPR_CALLBACKS
./configure
--enable-p1
--prefix
=
$ZIPR_INSTALL
make
||
exit
make
install
||
exit
make
||
exit
1
make
install
||
exit
1
fi
if
[
-d
$ZIPR_HOME
]
;
then
cd
$ZIPR_HOME
scons
$SCONSDEBUG
-j
3||
exit
scons
$SCONSDEBUG
-j
3||
exit
1
fi
if
[
-d
$ZIPR_SCFI_PLUGIN
]
;
then
cd
$ZIPR_SCFI_PLUGIN
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
fi
cd
$PEASOUP_UMBRELLA_DIR
/zipr_large_only_plugin/
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
if
[[
-e
$PEASOUP_UMBRELLA_DIR
/zipr
]]
&&
[[
-e
$PEASOUP_UMBRELLA_DIR
/zipr_relax_plugin
]]
;
then
cd
$PEASOUP_UMBRELLA_DIR
/zipr_relax_plugin/
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
fi
if
[[
-e
$PEASOUP_UMBRELLA_DIR
/zipr
]]
&&
[[
-e
$PEASOUP_UMBRELLA_DIR
/zipr_trace_plugin
]]
;
then
cd
$PEASOUP_UMBRELLA_DIR
/zipr_trace_plugin/
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
fi
cd
$PEASOUP_UMBRELLA_DIR
/zipr_push64_reloc_plugin
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
cd
$PEASOUP_UMBRELLA_DIR
/zipr_unpin_plugin
scons
$SCONSDEBUG
||
exit
scons
$SCONSDEBUG
||
exit
1
cd
$IRDB_TRANSFORMS
scons
$SCONSDEBUG
-j
3
||
exit
scons
$SCONSDEBUG
-j
3
||
exit
1
if
[[
-d
$DAFFY_HOME
]]
&&
[[
$(
uname
-p
)
==
'x86_64'
]]
;
then
cd
$DAFFY_HOME
./setup_cfar.sh
./setup_cfar.sh
||
exit
1
fi
cd
$PEASOUP_UMBRELLA_DIR
...
...
This diff is collapsed.
Click to expand it.
daffy
@
28baf23d
Compare
d6b8f8a6
...
28baf23d
Subproject commit
d6b8f8a6a171f2a691c6ee062c89b6582fa21e2
d
Subproject commit
28baf23d61fecebb2873ce83b3e458805c2d177
d
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
540f1346
·
6 years ago
mentioned in commit
540f1346
mentioned in commit 540f13467c82332648a8ae5c7753d8397436b69c
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