Changeset a1e7e78 in mainline


Ignore:
Timestamp:
2011-05-26T12:06:46Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c779e9
Parents:
45ce950
Message:

Remove special handling of building of FPU tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r45ce950 ra1e7e78  
    401401endif
    402402
    403 #
    404 # The FPU tests are the only objects for which we allow the compiler to generate
    405 # FPU instructions.
    406 #
    407 
    408 test/fpu/%.o: test/fpu/%.c $(DEPEND)
    409         $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) -c -o $@ $<
    410 ifeq ($(PRECHECK),y)
    411         $(JOBFILE) $(JOB) $< $@ cc test $(DEFS) $(CFLAGS) $(EXTRA_FLAGS)
    412 endif
    413 
    414 #
    415 # Ordinary objects.
    416 #
    417 
    418403%.o: %.c $(DEPEND)
    419404        $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS) $(if $(findstring $<,$(INSTRUMENTED_SOURCES)),$(INSTRUMENTATION)) -c -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.