Changeset 2767 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Jan 30, 2015, 4:33:33 AM (10 years ago)
Author:
bird
Message:

Some more make 'compiler' work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r2760 r2767  
    4646#ifdef HAVE_FCNTL_H
    4747# include <fcntl.h>
     48#endif
     49#ifdef CONFIG_WITH_COMPILER
     50# include "kmk_cc_exec.h"
    4851#endif
    4952
     
    15851588  user_access ();
    15861589
     1590# ifdef CONFIG_WITH_COMPILER
     1591  kmk_cc_init ();
     1592# endif
    15871593#ifdef CONFIG_WITH_ALLOC_CACHES
    15881594  initialize_global_alloc_caches ();
Note: See TracChangeset for help on using the changeset viewer.