Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-06-11 01:50:26 +0400
committerEion Robb <eion@robbmob.com>2008-06-11 01:50:26 +0400
commit2769b18f3fdc0d0e14f822122dc79f390e97e848 (patch)
tree5150f593986f4fa55b342502469672d048053c13 /Makefile
parent10d7d013ffcfa166188065fe027d4b2528c26b12 (diff)
Use the right compiler for x86_64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5cbd66..55b2f62 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#Customisable stuff here
LINUX32_COMPILER = i686-pc-linux-gnu-gcc
-LINUX64_COMPILER = x86_64-linux-gnu-gcc
+LINUX64_COMPILER = x86_64-pc-linux-gnu-gcc
WIN32_COMPILER = /usr/bin/i586-mingw32-gcc
LINUX_ARM_COMPILER = arm-pc-linux-gnu-gcc