Chromium Code Reviews
DescriptionSubzero: Fix target attribute when SZTARGET is defined.
Adds the right macro voodoo so that when Subzero is built for a single target, e.g.:
$ make -f Makefile.standalone SZTARGET=ARM32
we get output like this:
$ ./pnacl-sz --build-atts
target_ARM32
rather than this:
$ ./pnacl-sz --build-atts
target_SZTARGET
BUG= none
R=eholk@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=84ea9a70bc14ec528d8d377462317fd46660f3de
Patch Set 1 #Patch Set 2 : Use string concatenation. #
Messages
Total messages: 7 (4 generated)
|
|||||||||||||||||||||||||||||||||||||