Signed-off-by: Andreas Bießmann <[email protected]>
---
 fixup_ptxconfigs.sh |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index da5ecd0..e6f0f7a 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -120,6 +120,9 @@ fixup()
        avr)
            PTXCONF_ARCH_AVR=y
            ;;
+       x86_64*)
+           PTXCONF_ARCH_X86_64=y
+           ;;
        *)
            echo "unsupported GNU_TARGET: ${PTXCONF_GNU_TARGET}"
            exit 1
@@ -195,6 +198,9 @@ fixup()
            PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=i686"
            ;;
 
+       x86_64-unknown-linux-gnu)
+           ;;
+
        mipsel-softfloat-linux-gnu)
            PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft"
            PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
-- 
1.7.9


-- 
ptxdist mailing list
[email protected]

Reply via email to