Changeset d3cd9774 in mainline


Ignore:
Timestamp:
2006-06-16T22:14:50Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a3d2939
Parents:
501a8ba
Message:

Revert the change that prevented uspace from compiling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/Makefile.toolchain

    r501a8ba rd3cd9774  
    2828
    2929DEFS = -DARCH=$(ARCH)
    30 CFLAGS = -fno-builtin -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include
     30CFLAGS = -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include
    3131LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a
    3232AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.