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

Unified Diff: examples/audio/openal-ogg/Makefile

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: remove more use of BITSIZE Created 7 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
Index: examples/audio/openal-ogg/Makefile
diff --git a/examples/audio/openal-ogg/Makefile b/examples/audio/openal-ogg/Makefile
index 2716119e811b91a25a7d462fc864de4e74f0d4ad..09291949456fd6bed6b99e7893513468b68971b6 100644
--- a/examples/audio/openal-ogg/Makefile
+++ b/examples/audio/openal-ogg/Makefile
@@ -11,10 +11,10 @@ LIBS += -lppapi -lopenal -lvorbisfile -lvorbis -logg -lm -lpthread
all: publish
-openal_ogg_x86_$(NACL_PACKAGES_BITSIZE).nexe: openal_ogg.c ogg_buffer_reader.c
+openal_ogg_$(NACL_ARCH).nexe: openal_ogg.c ogg_buffer_reader.c
$(NACLCC) -o $@ $^ $(CFLAGS) $(LIBS)
-publish: openal_ogg_x86_$(NACL_PACKAGES_BITSIZE).nexe openal_ogg.html openal_ogg.nmf sample.ogg
+publish: openal_ogg_$(NACL_ARCH).nexe openal_ogg.html openal_ogg.nmf sample.ogg
mkdir -p $(PUBLISH_DIR)
cp $^ $(PUBLISH_DIR)

Powered by Google App Engine
This is Rietveld 408576698