Changeset d763b1b in freewrt for toolchain


Ignore:
Timestamp:
May 21, 2007, 5:04:13 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
02fbe9d
Parents:
46d1142
Message:

this seems to fix libnotimpl build

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • toolchain/libnotimpl/Makefile

    r46d1142 rd763b1b  
    1212
    1313$(LIBNOTIMPL_OBJS): $(LIBNOTIMPL_DIR)/%.o : ./files/%.c
    14         $(TARGET_CC) $(TARGET_CFLAGS) -c $< -o $@
     14        $(TARGET_CC) $(TARGET_CFLAGS) ${TARGET_CPPFLAGS} -c $< -o $@
    1515
    1616$(LIBNOTIMPL_DIR)/libnotimpl.a: $(LIBNOTIMPL_OBJS)
Note: See TracChangeset for help on using the changeset viewer.