Changeset c57fbc9 in freewrt for toolchain


Ignore:
Timestamp:
Jun 19, 2006, 3:13:39 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ff536b2
Parents:
df8d88a
Message:

nuke DISABLE_NLS, DISABLE_LARGEFILE, replace globally
with --disable-nls and --enable-largefile, because it
doesn't make sense otherwise and/or breaks.

Requested by wbx@ in Message-ID: <20060618220406.GL6291@…>
Done using find and ed(1)

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

Location:
toolchain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • toolchain/binutils/Makefile

    rdf8d88a rc57fbc9  
    7373                --host=$(REAL_GNU_TARGET_NAME) \
    7474                --target=$(REAL_GNU_TARGET_NAME) \
    75                 $(DISABLE_NLS) \
     75                --disable-nls \
    7676                $(MULTILIB) \
    7777                $(SOFT_FLOAT_CONFIG_OPTION) );
  • toolchain/gdb/Makefile

    rdf8d88a rc57fbc9  
    3535                --host=$(GNU_HOST_NAME) \
    3636                --target=$(REAL_GNU_TARGET_NAME) \
    37                 $(DISABLE_NLS) \
     37                --disable-nls \
    3838                --without-uiout --disable-gdbmi \
    3939                --disable-tui --disable-gdbtk --without-x \
Note: See TracChangeset for help on using the changeset viewer.