1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Get SHLIBEXT variable from configure script.

llvm-svn: 10933
This commit is contained in:
Brian Gaeke 2004-01-21 19:39:07 +00:00
parent 87ef646f73
commit 4e7ba0533f

View File

@ -115,6 +115,9 @@ PAPIDIR := @PAPIDIR@
# Disable LLC diffs for testing.
@DISABLE_LLC_DIFFS@
# Shared library extension for this platform.
SHLIBEXT = @SHLIBEXT@
###########################################################################
# Directory Configuration
# This section of the Makefile determines what is where. To be