Changeset 13dfa3f9 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2016-04-19T17:04:15Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17341d4
Parents:
184b600
Message:

IN_SHARED_LIBC is not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r184b600 r13dfa3f9  
    270270        -integrated-as -pipe -g -target $(CLANG_TARGET) -D__$(ENDIANESS)__
    271271
    272 LIB_CFLAGS = $(CFLAGS) -fPIC -D__IN_SHARED_LIBC__
     272LIB_CFLAGS = $(CFLAGS) -fPIC
    273273LIB_LFLAGS = $(LFLAGS) -shared -soname $(LSONAME) --whole-archive
    274274
Note: See TracChangeset for help on using the changeset viewer.