]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- updated for 1.3.3
authorwitekfl <witekfl@pld-linux.org>
Wed, 28 Dec 2005 10:44:33 +0000 (10:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu-make-new.patch -> 1.9
    dosemu-man-pages.patch -> 1.12

dosemu-make-new.patch
dosemu-man-pages.patch

index 0571eab8d3183247ccf55d42b4483710d1d93fef..6a983973e301ed26b70a41d3defee1894ee7edd2 100644 (file)
@@ -13,51 +13,3 @@ diff -urN dosemu-1.1.5.org/configure.ac dosemu-1.1.5/configure.ac
                # because in forces _inline_ at places where we don't want it !
                # If we want _inline_, well then we 'code' it.
      OPT="$OPT -fomit-frame-pointer"  # never omit the frame pointer when debugging!
-@@ -517,35 +517,6 @@
-  fi
--  # -m486 is usually in the specs for the compiler
--  # but gcc-3.0 wants -mcpu=i486 instead
--  # and gcc-3.4 wants -mtune=i486 instead
--  # let the compiler options be dependent of the _target_
--  # where dosemu is compiled for, not the host
--  if test "$target_cpu" = "athlon" -a $GCC_VERSION_CODE -le 2095 ;  then
--    target_cpu="i686"
--  fi
--  if test "$GCC_VERSION_CODE" -ge 3004 ; then
--     OPT="$OPT -mtune=$target_cpu"
--  elif test "$GCC_VERSION_CODE" -ge 2095 ; then
--     OPT="$OPT -mcpu=$target_cpu"
--  else
--     case "$target_cpu" in
--       i486)
--         OPT="$OPT -m486"
--         ;;
--       i386)
--         OPT="$OPT -m386"
--         ;;
--       *)
--         ;;
--     esac
--  fi
--  if test "$target_cpu" = "athlon"; then
--     OPT="$OPT -malign-functions=4 -fexpensive-optimizations"
--  elif test "$target_cpu" = "i486"; then
--     OPT="$OPT -malign-loops=2 -malign-jumps=2 -malign-functions=2"
--  fi
-   AC_MSG_CHECKING(for glibc...)
-   set `printf '%b\n' '#include <features.h>\nXXAaZZ __GLIBC__ XXBbZZ __GLIBC_MINOR__'|gcc -E -|awk '/XXAaZZ/ {print $2 " " $4}'`
-diff -urN dosemu-1.1.5.org/src/arch/linux/dosext/sound/midid/Makefile dosemu-1.1.5/src/arch/linux/dosext/sound/midid/Makefile
---- dosemu-1.1.5.org/src/arch/linux/dosext/sound/midid/Makefile        2003-09-01 23:10:03.000000000 +0200
-+++ dosemu-1.1.5/src/arch/linux/dosext/sound/midid/Makefile    2003-09-01 23:10:19.000000000 +0200
-@@ -19,7 +19,7 @@
- # No servicable parts below
- CC=gcc
--CFLAGS=-Wall -pipe -O -g
-+CFLAGS=-Wall -pipe $(OPTFLAGS)
- LDFLAGS += -Wall
- OBJECTS=midid.o events.o io.o stats.o emulation.o device.o \
- oss.o midout.o timid.o null.o
index 588fa8bd77104d3bb9bf05cad2fcd3f7b6d469f6..800e3aee5fb931b00b3668e3b4b683086732a4cf 100644 (file)
 +++ dosemu-1.2.0/man/dosemu.bin.1.in   2004-02-01 15:13:55.922162736 +0100
 @@ -1,9 +1,9 @@
  .\" -*- nroff -*-  (This is for Emacs)
--.TH DOSEMU.BIN 1 "May, 2005" "Version 1.3.2" "DOS Emulation"
-+.TH DOSEMU 1 "May, 2005" "Version 1.3.2" "DOS Emulation"
+-.TH DOSEMU.BIN 1 "Dec, 2005" "Version 1.3.3" "DOS Emulation"
++.TH DOSEMU 1 "Dec, 2005" "Version 1.3.3" "DOS Emulation"
  .SH NAME
 -dosemu.bin, dosdebug \- run DOS and DOS programs under Linux
 +dosemu, xdosemu, dos, dosdebug \- run DOS and DOS programs under Linux
This page took 0.040449 seconds and 4 git commands to generate.