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

Side by Side Diff: Makefile

Issue 817143002: Contribution of PowerPC port (continuation of 422063005) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Contribution of PowerPC port - rebase and address initial set of comments Created 5 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 unified diff | Download patch
« no previous file with comments | « AUTHORS ('k') | build/toolchain.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 # - "nacl" : cross-compile for Native Client (ia32 and x64) 219 # - "nacl" : cross-compile for Native Client (ia32 and x64)
220 # - default (no target specified): build all DEFAULT_ARCHES and MODES 220 # - default (no target specified): build all DEFAULT_ARCHES and MODES
221 # - "check": build all targets and run all tests 221 # - "check": build all targets and run all tests
222 # - "<arch>.clean" for any <arch> in ARCHES 222 # - "<arch>.clean" for any <arch> in ARCHES
223 # - "clean": clean all ARCHES 223 # - "clean": clean all ARCHES
224 224
225 # ----------------- internal stuff ------------------------ 225 # ----------------- internal stuff ------------------------
226 226
227 # Architectures and modes to be compiled. Consider these to be internal 227 # Architectures and modes to be compiled. Consider these to be internal
228 # variables, don't override them (use the targets instead). 228 # variables, don't override them (use the targets instead).
229 ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 229 ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 ppc ppc64
230 DEFAULT_ARCHES = ia32 x64 arm 230 DEFAULT_ARCHES = ia32 x64 arm
231 MODES = release debug optdebug 231 MODES = release debug optdebug
232 DEFAULT_MODES = release debug 232 DEFAULT_MODES = release debug
233 ANDROID_ARCHES = android_ia32 android_arm android_arm64 android_mipsel android_x 87 233 ANDROID_ARCHES = android_ia32 android_arm android_arm64 android_mipsel android_x 87
234 NACL_ARCHES = nacl_ia32 nacl_x64 234 NACL_ARCHES = nacl_ia32 nacl_x64
235 235
236 # List of files that trigger Makefile regeneration: 236 # List of files that trigger Makefile regeneration:
237 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ 237 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
238 build/toolchain.gypi samples/samples.gyp src/d8.gyp \ 238 build/toolchain.gypi samples/samples.gyp src/d8.gyp \
239 test/cctest/cctest.gyp test/unittests/unittests.gyp tools/gyp/v8.gyp 239 test/cctest/cctest.gyp test/unittests/unittests.gyp tools/gyp/v8.gyp
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 third_party/icu --revision 277999 ; \ 499 third_party/icu --revision 277999 ; \
500 fi 500 fi
501 svn checkout --force https://googletest.googlecode.com/svn/trunk \ 501 svn checkout --force https://googletest.googlecode.com/svn/trunk \
502 testing/gtest --revision 692 502 testing/gtest --revision 692
503 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ 503 svn checkout --force https://googlemock.googlecode.com/svn/trunk \
504 testing/gmock --revision 485 504 testing/gmock --revision 485
505 505
506 dependencies: builddeps 506 dependencies: builddeps
507 # The spec is a copy of the hooks in v8's DEPS file. 507 # The spec is a copy of the hooks in v8's DEPS file.
508 gclient sync -r fb782d4369d5ae04f17a2fceef7de5a63e50f07b --spec="solutio ns = [{u'managed': False, u'name': u'buildtools', u'url': u'https://chromium.goo glesource.com/chromium/buildtools.git', u'custom_deps': {}, u'custom_hooks': [{u 'name': u'clang_format_win',u'pattern': u'.',u'action': [u'download_from_google_ storage',u'--no_resume',u'--platform=win32',u'--no_auth',u'--bucket',u'chromium- clang-format',u'-s',u'buildtools/win/clang-format.exe.sha1']},{u'name': u'clang_ format_mac',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_ resume',u'--platform=darwin',u'--no_auth',u'--bucket',u'chromium-clang-format',u '-s',u'buildtools/mac/clang-format.sha1']},{u'name': u'clang_format_linux',u'pat tern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platf orm=linux*',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools /linux64/clang-format.sha1']}],u'deps_file': u'.DEPS.git', u'safesync_url': u''} ]" 508 gclient sync -r fb782d4369d5ae04f17a2fceef7de5a63e50f07b --spec="solutio ns = [{u'managed': False, u'name': u'buildtools', u'url': u'https://chromium.goo glesource.com/chromium/buildtools.git', u'custom_deps': {}, u'custom_hooks': [{u 'name': u'clang_format_win',u'pattern': u'.',u'action': [u'download_from_google_ storage',u'--no_resume',u'--platform=win32',u'--no_auth',u'--bucket',u'chromium- clang-format',u'-s',u'buildtools/win/clang-format.exe.sha1']},{u'name': u'clang_ format_mac',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_ resume',u'--platform=darwin',u'--no_auth',u'--bucket',u'chromium-clang-format',u '-s',u'buildtools/mac/clang-format.sha1']},{u'name': u'clang_format_linux',u'pat tern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platf orm=linux*',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools /linux64/clang-format.sha1']}],u'deps_file': u'.DEPS.git', u'safesync_url': u''} ]"
OLDNEW
« no previous file with comments | « AUTHORS ('k') | build/toolchain.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698