Skip to content

Commit

Permalink
uboot-pine64-git: rename to uboot-pinephone, new improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Danct12 <[email protected]>
  • Loading branch information
Danct12 committed Mar 6, 2020
1 parent 49a41d6 commit b53ed15
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 147 deletions.
76 changes: 0 additions & 76 deletions PKGBUILDS/uboot-pine64-git/0001-sunxi-Add-Pinetab-support.patch

This file was deleted.

66 changes: 0 additions & 66 deletions PKGBUILDS/uboot-pine64-git/PKGBUILD

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
diff --git a/Makefile b/Makefile
index d634b33..dcbe98f 100644
index 721246d5..403d69cd 100644
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,7 @@ ASFLAGS += $(CPPFLAGS) $(ASFLAGS_$(ARCH)) \
@@ -285,7 +285,8 @@ ASFLAGS += $(CPPFLAGS) $(ASFLAGS_$(ARCH)) \
-ffreestanding -Wa,--fatal-warnings
TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
-ffreestanding -fno-builtin -std=gnu99 \
-ffreestanding -fno-builtin -Wall -std=gnu99 \
- -Os -ffunction-sections -fdata-sections
+ -Os -ffunction-sections -fdata-sections -fno-stack-protector
+ -Os -ffunction-sections -fdata-sections \
+ -fno-stack-protector

ifeq (${SANITIZE_UB},on)
TF_CFLAGS += -fsanitize=undefined -fno-sanitize-recover
Loading

0 comments on commit b53ed15

Please sign in to comment.