summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-05-27 12:57:54 +0000
committerDiego Biurrun <diego@biurrun.de>2006-05-27 12:57:54 +0000
commit2afc0c12a7fd67432b18eae917a201cc0de24dc7 (patch)
treecf54afe65763a2da42f141b2f3578bb653e99807 /common.mak
parentc51c4fa08337aaaa1db4fe70d934585349741157 (diff)
Add a small comment about a part that should be in configure.
Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
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