mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed compiler option '-m486'
This commit is contained in:
parent
720513e881
commit
7610fa3a4c
@ -345,3 +345,6 @@ Tomas Prybil <tomas.prybil@copper.se>
|
|||||||
|
|
||||||
Paul Lacatus <paul@campina.iiruc.ro>
|
Paul Lacatus <paul@campina.iiruc.ro>
|
||||||
for translating OSD texts to the Romanian language
|
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
|
||||||
|
2
HISTORY
2
HISTORY
@ -1255,3 +1255,5 @@ Video Disk Recorder Revision History
|
|||||||
2002-06-10: Version 1.0.4
|
2002-06-10: Version 1.0.4
|
||||||
|
|
||||||
- Added Romanian language texts (thanks to Paul Lacatus).
|
- 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).
|
||||||
|
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# 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:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ font: genfontfile fontfix.c fontosd.c
|
|||||||
# Implicit rules:
|
# Implicit rules:
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c $(DEFINES) $(INCLUDES) $<
|
g++ -g -O2 -Wall -Woverloaded-virtual -c $(DEFINES) $(INCLUDES) $<
|
||||||
|
|
||||||
# Dependencies:
|
# Dependencies:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user