Changeset 546 for trunk


Ignore:
Timestamp:
May 1, 2019, 12:53:58 PM (5 years ago)
Author:
katerina
Message:

Minor cleanups.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r544 r546  
    16721672encode.o: $(srcsrc)/encode.c Makefile
    16731673sstrip.o: $(srcsrc)/sstrip.c Makefile config.h
    1674 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h
     1674trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/sh_calls.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h
    16751675exepack.o: $(srcsrc)/exepack.c Makefile config.h $(srcinc)/minilzo.h $(srcinc)/exepack.data
    16761676exepack_fill.o: $(srcsrc)/exepack_fill.c Makefile config.h config.h $(srcinc)/minilzo.h
  • trunk/README

    r1 r546  
    8484        see the MANUAL.
    8585
    86 
    87         WARNING:
    88         -------
    89         Some versions of gcc have a bug that generates incorrect
    90         code if strength reducing is enabled.
    91         If you modify the compiler flags, always use the -fno-strength-reduce
    92         option with gcc, unless you are sure that your compiler does not
    93         suffer from the problem (see README.gcc_bug).
    94         Also, some gcc versions generate incorrect code unless the
    95         -fno-omit-frame-pointer option is used.
    96         The -fno-strength-reduce and the -fno-omit-frame-pointer options are
    97         enabled by default by the 'configure' script.
    9886
    9987PGP SIGNATURES:
  • trunk/depend.dep

    r544 r546  
    4141encode.o: $(srcsrc)/encode.c Makefile
    4242sstrip.o: $(srcsrc)/sstrip.c Makefile config.h
    43 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h
     43trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/sh_calls.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h
    4444exepack.o: $(srcsrc)/exepack.c Makefile config.h $(srcinc)/minilzo.h $(srcinc)/exepack.data
    4545exepack_fill.o: $(srcsrc)/exepack_fill.c Makefile config.h config.h $(srcinc)/minilzo.h
  • trunk/depend.sum

    r544 r546  
    1 3038455203
     13024561571
Note: See TracChangeset for help on using the changeset viewer.