Remove hard coded option that prevents 64 bit tag generation.
commit4bd962ee8dde25b4ce5605ce7b4bf43d79d066f6
authorLex Trotman <elextr@gmail.com>
Sun, 22 Apr 2012 00:54:41 +0000 (22 10:54 +1000)
committerLex Trotman <elextr@gmail.com>
Sun, 22 Apr 2012 00:54:41 +0000 (22 10:54 +1000)
tree7af73dde33ca3e6935b8e4631f41d43d676342e1
parent6b22ab908c825cf30bae4b5468dd632e46a2b23a
Remove hard coded option that prevents 64 bit tag generation.

On GNU X86-64 systems the predefined macros are required
to choose the correct headers, so tag definition fails with
-undef.  Removed it from hardcoded, systems that need it can
add it to CFLAGS.
src/symbols.c