diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-02-16 20:46:30 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-02-16 20:49:07 +0100 |
commit | 4db4985f21bd8f36533f8e71db916e6d3d5d2249 (patch) | |
tree | 0561e135c026cb61c077b82aab2f561b045ebcce | |
parent | 3fd11c370e91b1dcd762743fb5ed6b12001c0de7 (diff) | |
download | rockbox-4db4985f21bd8f36533f8e71db916e6d3d5d2249.tar.gz rockbox-4db4985f21bd8f36533f8e71db916e6d3d5d2249.zip |
sbtools: increase performance by compiling with O3, add zenv key
Change-Id: I2301f695e49d306d21bb9efa9c44acf1d3296a08
-rw-r--r-- | utils/imxtools/sbtools/Makefile | 2 | ||||
-rw-r--r-- | utils/imxtools/sbtools/keys/fuze+.txt (renamed from utils/imxtools/sbtools/fuze+_key_file.txt) | 0 | ||||
-rw-r--r-- | utils/imxtools/sbtools/keys/zenv.txt | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/utils/imxtools/sbtools/Makefile b/utils/imxtools/sbtools/Makefile index 16ae0878b0..eab5b8d27b 100644 --- a/utils/imxtools/sbtools/Makefile +++ b/utils/imxtools/sbtools/Makefile @@ -1,7 +1,7 @@ DEFINES=-DCRYPTO_LIBUSB CC=gcc LD=gcc -CFLAGS=-g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` $(DEFINES) +CFLAGS=-O3 -g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` $(DEFINES) LDFLAGS=`pkg-config --libs libusb-1.0` BINS=elftosb sbtoelf sbloader rsrctool elftosb1 diff --git a/utils/imxtools/sbtools/fuze+_key_file.txt b/utils/imxtools/sbtools/keys/fuze+.txt index a965e715f7..a965e715f7 100644 --- a/utils/imxtools/sbtools/fuze+_key_file.txt +++ b/utils/imxtools/sbtools/keys/fuze+.txt diff --git a/utils/imxtools/sbtools/keys/zenv.txt b/utils/imxtools/sbtools/keys/zenv.txt new file mode 100644 index 0000000000..4ee8edd304 --- /dev/null +++ b/utils/imxtools/sbtools/keys/zenv.txt @@ -0,0 +1 @@ +6f87780df45854571319733c9b6f896a1bfb4e6d83ae68349c4fbaff2eeb332a0dd300f4c323e0b444301953a3021dc22786fb331093601eeb78d05eecff56f07131f9413a8f3d9a69f83a881b9466756a7c782d4f974bcc5e5302bc5d21e7af065819d4c9b59eb66adda9681be62e2904040bb6768528abd667c45b82f05986 |