Changeset d445352 in freewrt


Ignore:
Timestamp:
Dec 20, 2006, 11:14:38 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
ae3af6e
Parents:
3f67c17
Message:

remove the hackish patch. -Os in gcc produces the bug. we use -O2 for now. 200 kb bigger binary :(. I will close the ticket. may be a gcc update in the future will cure the problem.

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

Location:
package/vim
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • package/vim/Makefile

    r3f67c17 rd445352  
    1919$(eval $(call PKG_template,VIM,vim,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    2020
     21# -Os segfaults vim in yank mode
    2122$(WRKBUILD)/.configured:
    2223        (cd $(WRKBUILD)/src; rm -rf config.cache; \
    2324                $(TARGET_CONFIGURE_OPTS) \
    24                 CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
     25                CFLAGS="-fno-ident -I$(STAGING_DIR)/usr/include" \
    2526                LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
    2627                ac_cv_c_bigendian=no \
Note: See TracChangeset for help on using the changeset viewer.