gsm-cross.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. diff -ruN gsm/Makefile gsm.new/Makefile
  2. --- gsm/Makefile 2006-04-26 21:14:26.000000000 +0200
  3. +++ gsm.new/Makefile 2009-03-29 20:12:39.000000000 +0200
  4. @@ -43,10 +43,8 @@
  5.  # CC = /usr/lang/acc
  6.  # CCFLAGS  = -c -O
  7.  
  8. -CC = gcc -ansi -pedantic
  9.  CCFLAGS  = -c -O2 -DNeedFunctionPrototypes=1
  10.  
  11. -LD  = $(CC)
  12.  
  13.  # LD = gcc
  14.  # LDFLAGS  =
  15. @@ -98,14 +96,11 @@
  16.  SHELL = /bin/sh
  17.  LN = ln
  18.  BASENAME  = basename
  19. -AR = ar
  20.  ARFLAGS = cr
  21.  RMFLAGS =
  22.  FIND = find
  23.  COMPRESS  = compress
  24.  COMPRESSFLAGS  = 
  25. -# RANLIB  = true
  26. -RANLIB   = ranlib
  27.  
  28.  #
  29.  #    You shouldn't have to configure below this line if you're porting.
  30. @@ -279,7 +274,7 @@
  31.  
  32.  # Target rules
  33.  
  34. -all: $(LIBGSM) $(TOAST) $(TCAT) $(UNTOAST)
  35. +all: $(LIBGSM)
  36.   @-echo $(ROOT): Done.
  37.  
  38.  tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result