Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
arm-trusted-firmware
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
arm-trusted-firmware
Commits
3d998291
Commit
3d998291
authored
1 year ago
by
Detlev Casanova
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Revert Fix build failure by ignoring warnings for RWX segments"
This reverts commit
9d0655c8
.
parent
7c8b7718
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
1 addition
and
1 deletion
debian/rules
+
1
−
1
View file @
3d998291
...
...
@@ -47,7 +47,7 @@ define build_platform
$(eval make_target := $(if $($(platform)_make_target), $($(platform)_make_target), bl31))
$(eval board := $(if $(filter k3,$(platform)),lite,))
$(foreach subplatform, $(subplatforms), \
CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= dh_auto_build -- V=$(VERBOSE) DEBUG=$(debug) $($(subplatform)_assigns) PLAT=$(platform) TARGET_BOARD=$(board) $(make_target) ; \
CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS=
TF_LDFLAGS=--no-warn-rwx-segments
dh_auto_build -- V=$(VERBOSE) DEBUG=$(debug) $($(subplatform)_assigns) PLAT=$(platform) TARGET_BOARD=$(board) $(make_target) ; \
$(foreach target, $(targets), \
install -m644 build/$(platform)/$(board)/$(buildtype)/$(target) -Dt build/renamed/$(subplatform) ; \
) \
...
...
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