summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-06-10 16:06:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-06-10 16:06:43 +0200
commit7610fa3a4c8b9c313242d3cefd96000a5a741730 (patch)
tree343405dc58812699a30044b987a78bc264186bcb
parent720513e88107126f16d4dfe8b3f1ce82bf7ff804 (diff)
downloadvdr-stable/1.0.tar.gz
vdr-stable/1.0.tar.bz2
Removed compiler option '-m486'1.0.4stable/1.0
-rw-r--r--CONTRIBUTORS3
-rw-r--r--HISTORY2
-rw-r--r--Makefile4
3 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index d0469176..7e1ee2e8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -345,3 +345,6 @@ Tomas Prybil <tomas.prybil@copper.se>
Paul Lacatus <paul@campina.iiruc.ro>
for translating OSD texts to the Romanian language
+
+Alastair McKinstry <mckinstry@computer.org>
+ for pointing out a problem with the '-m486' compiler option on non-Intel platforms
diff --git a/HISTORY b/HISTORY
index 6bd49dc5..c0f58034 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1255,3 +1255,5 @@ Video Disk Recorder Revision History
2002-06-10: Version 1.0.4
- Added Romanian language texts (thanks to Paul Lacatus).
+- Removed compiler option '-m486' to make it work on non-Intel platforms (thanks
+ to Alastair McKinstry for pointing this out).
diff --git a/Makefile b/Makefile
index 62fd8973..c1b17582 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.33 2002/04/01 12:50:48 kls Exp $
+# $Id: Makefile 1.33.1.1 2002/06/10 16:04:46 kls Exp $
.DELETE_ON_ERROR:
@@ -55,7 +55,7 @@ font: genfontfile fontfix.c fontosd.c
# Implicit rules:
%.o: %.c
- g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c $(DEFINES) $(INCLUDES) $<
+ g++ -g -O2 -Wall -Woverloaded-virtual -c $(DEFINES) $(INCLUDES) $<
# Dependencies: