source: freewrt/package/asterisk/patches/asterisk-1.2.0-Makefile-codecs-gsm.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 897 bytes
  • codecs/gsm/Makefile

    diff -ruN asterisk-1.2.0-old/codecs/gsm/Makefile asterisk-1.2.0-new/codecs/gsm/Makefile
    old new  
    236236ifneq ($(shell uname -m),armv4l)
    237237ifneq ($(shell uname -m),sparc64)
    238238ifneq (${PROC},arm)
     239ifneq (${PROC},mipsel)
     240ifneq (${PROC},mips)
    239241GSM_SOURCES+= $(SRC)/k6opt.s
    240242endif
    241243endif
     
    246247endif
    247248endif
    248249endif
     250endif
     251endif
    249252
    250253TOAST_SOURCES = $(SRC)/toast.c          \
    251254                $(SRC)/toast_lin.c      \
     
    299301ifneq ($(shell uname -m), alpha)
    300302ifneq ($(shell uname -m), sparc64)
    301303ifneq ($(shell uname -m), armv4l)
     304ifneq (${PROC}, mipsel)
     305ifneq (${PROC}, mips)
    302306GSM_OBJECTS+= $(SRC)/k6opt.o
    303307endif
    304308endif
     
    308311endif
    309312endif
    310313endif
     314endif
     315endif
    311316
    312317TOAST_OBJECTS = $(SRC)/toast.o          \
    313318                $(SRC)/toast_lin.o      \
Note: See TracBrowser for help on using the repository browser.