mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/cdrdao/x86_64-support.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./scsilib/RULES/x86_64-linux-cc.rul.old 1970-01-01 01:00:00.000000000 +0100
  20. +++ ./scsilib/RULES/x86_64-linux-cc.rul 2004-12-28 14:57:29.000000000 +0100
  21. @@ -0,0 +1,70 @@
  22. +#ident "@(#)i586-linux-cc.rul 1.5 02/10/15 "
  23. +###########################################################################
  24. +# Written 1996 by J. Schilling
  25. +###########################################################################
  26. +#
  27. +# Platform dependent MACROS for Linux
  28. +#
  29. +###########################################################################
  30. +# This program is free software; you can redistribute it and/or modify
  31. +# it under the terms of the GNU General Public License as published by
  32. +# the Free Software Foundation; either version 2, or (at your option)
  33. +# any later version.
  34. +#
  35. +# This program is distributed in the hope that it will be useful,
  36. +# but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. +# GNU General Public License for more details.
  39. +#
  40. +# You should have received a copy of the GNU General Public License
  41. +# along with this program; see the file COPYING. If not, write to
  42. +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  43. +###########################################################################
  44. +include $(SRCROOT)/$(RULESDIR)/rules.prg
  45. +###########################################################################
  46. +
  47. +CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
  48. +CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
  49. +
  50. +CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
  51. +COPTS=
  52. +CWOPTS= -Wall -Wtraditional \
  53. + -Wshadow -Wmissing-prototypes -Wstrict-prototypes
  54. +COPTOPT= -O
  55. +KDEFINES= -DKERNEL -D_KERNEL
  56. +COPTDYN= -fPIC
  57. +COPTGPROF= -pg
  58. +
  59. +LIB_PREFIX= lib
  60. +LIB_SUFFIX= .a
  61. +SHL_SUFFIX= .so.1.0
  62. +
  63. +#LIB_SOCKET= -lsocket -lnsl -ldl
  64. +LIB_SOCKET=
  65. +LIB_MATH= -lm
  66. +#LIB_KVM= -lkvm
  67. +LIB_KVM=
  68. +
  69. +LIBS_PATH= -L$(OLIBSDIR)
  70. +
  71. +LDFLAGS= $(LDOPTS) $(LDOPTX)
  72. +LDLIBS= $(LIBS) $(LIBX)
  73. +
  74. +#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
  75. +LDOPTS= $(LIBS_PATH) $(LDPATH)
  76. +LDOPTDYN= -shared -Wl,-soname,$(TARGET)
  77. +LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
  78. +
  79. +FLOAT_OPTIONS=
  80. +
  81. +CC= @echo " ==> COMPILING \"$@\""; gcc
  82. +LDCC= @echo " ==> LINKING \"$@\""; gcc
  83. +DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
  84. +RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
  85. +ARFLAGS= cr
  86. +LORDER= echo
  87. +TSORT= cat
  88. +
  89. +RMDEP= :
  90. +MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
  91. +MKDEP_OUT=