From 2afc0c12a7fd67432b18eae917a201cc0de24dc7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 27 May 2006 12:57:54 +0000 Subject: [PATCH] Add a small comment about a part that should be in configure. Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mak b/common.mak index ff25cf6356..36e5fe8376 100644 --- a/common.mak +++ b/common.mak @@ -15,6 +15,7 @@ CFLAGS+=-p LDFLAGS+=-p endif +#FIXME: This should be in configure/config.mak ifeq ($(TARGET_ARCH_SPARC64),yes) CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc endif