Added support for amd64 (aka x86_64) cross compiler.

committer: mfx <mfx> 1064515134 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-09-25 18:38:54 +00:00
parent f616d2edf1
commit e4f6378dfe
4 changed files with 18 additions and 14 deletions
+2 -5
View File
@@ -36,9 +36,6 @@
// ACC
**************************************************************************/
#if 0 && defined(UPX_CONFIG_HEADER)
# define ACC_CONFIG_HEADER UPX_CONFIG_HEADER
#endif
#include "acc/acc.h"
#include "acc/acc_incd.h"
#include "acc/acc_ince.h"
@@ -278,8 +275,8 @@
#undef __attribute_packed
#if defined(__GNUC__) || defined(__INTEL_COMPILER)
# if (1 && (ACC_ARCH_IA32 || ACC_ARCH_IA64))
#if (ACC_CC_GNUC || ACC_CC_INTELC)
# if (1 && (ACC_ARCH_IA32))
# define __attribute_packed
# else
# define __attribute_packed __attribute__((__packed__,__aligned__(1)))