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

Unified Diff: ports/xorg-server/build.sh

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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: ports/xorg-server/build.sh
diff --git a/ports/xorg-server/build.sh b/ports/xorg-server/build.sh
index 43584ff218a780778859880706d31e4fa0952eac..9ae9597b9d6409dd5e417d9fac0b48d680da652b 100755
--- a/ports/xorg-server/build.sh
+++ b/ports/xorg-server/build.sh
@@ -33,7 +33,6 @@ NACLPORTS_CPPFLAGS+=" -Dmain=SDL_main"
export LIBS="\
${NACL_CLI_MAIN_LIB} \
-Wl,--undefined=SDL_main \
--Wl,--undefined=nacl_main \
-Wl,--undefined=nacl_startup_untar \
-lSDLmain -lSDL -lRegal -lglslopt -lppapi_gles2 -lm \
-l${NACL_CXX_LIB}"
« ports/twm/build.sh ('K') | « ports/xkbcomp/build.sh ('k') | ports/xorg-server/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698