From 1a979290a058bfb952df6c072e7f6ed14d2f4021 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" <kpfleming@digium.com> Date: Sun, 30 Apr 2006 13:39:49 +0000 Subject: [PATCH] Merged revisions 23636 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r23636 | kpfleming | 2006-04-30 08:38:22 -0500 (Sun, 30 Apr 2006) | 4 lines remove extraneous -m64 flag that is not needed (these are coming from Debian patches <G>) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23637 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c42997cea2..f4cba8c073 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,6 @@ ifeq ($(OSARCH),Linux) # You must have GCC 3.4 to use k8, otherwise use athlon PROC=k8 #PROC=athlon - OPTIONS+=-m64 endif ifeq ($(PROC),sparc64) -- GitLab