Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: platforms/stm/disco_dartino/cmpctmalloc_test.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platforms/stm/disco_dartino/circular_buffer_test.sh ('k') | platforms/stm/disco_dartino/disco_dartino.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/disco_dartino/cmpctmalloc_test.sh
diff --git a/platforms/stm/disco_fletch/cmpctmalloc_test.sh b/platforms/stm/disco_dartino/cmpctmalloc_test.sh
similarity index 73%
rename from platforms/stm/disco_fletch/cmpctmalloc_test.sh
rename to platforms/stm/disco_dartino/cmpctmalloc_test.sh
index 8d8d2bfb55115bb1c2b30ad065232b08f04d3f26..4ea760d7b65c2b759c70470884bfad5ef114ea1c 100755
--- a/platforms/stm/disco_fletch/cmpctmalloc_test.sh
+++ b/platforms/stm/disco_dartino/cmpctmalloc_test.sh
@@ -12,10 +12,10 @@ gcc \
-g \
-Og \
-I. \
- -DFLETCH_TARGET_OS_POSIX \
+ -DDARTINO_TARGET_OS_POSIX \
-DNO_NEWLIB_REENT \
-std=gnu99 \
- platforms/stm/disco_fletch/src/cmpctmalloc.c \
+ platforms/stm/disco_dartino/src/cmpctmalloc.c \
-c \
-o cmpctmalloc.o
@@ -23,11 +23,11 @@ g++ \
-g \
-Og \
-I. \
- -DFLETCH_TARGET_OS_POSIX \
+ -DDARTINO_TARGET_OS_POSIX \
-DNO_NEWLIB_REENT \
--std=gnu++11 \
- platforms/stm/disco_fletch/src/page_allocator.cc \
- platforms/stm/disco_fletch/src/cmpctmalloc_test.cc \
+ platforms/stm/disco_dartino/src/page_allocator.cc \
+ platforms/stm/disco_dartino/src/cmpctmalloc_test.cc \
src/shared/assert.cc \
src/shared/platform_posix.cc src/shared/platform_linux.cc \
src/shared/utils.cc \
« no previous file with comments | « platforms/stm/disco_dartino/circular_buffer_test.sh ('k') | platforms/stm/disco_dartino/disco_dartino.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698