Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c52f43e72d
commit
d2bb032075
@ -60,4 +60,3 @@ licenses, and/or restrictions:
|
|||||||
Program Directory
|
Program Directory
|
||||||
------- ---------
|
------- ---------
|
||||||
<none yet>
|
<none yet>
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -36,5 +36,3 @@ install:: installhdrs $(DESTDIR)
|
|||||||
mkdir -p $(DSTROOT)/usr/lib
|
mkdir -p $(DSTROOT)/usr/lib
|
||||||
strip -S -o $(DSTROOT)/usr/lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib
|
strip -S -o $(DSTROOT)/usr/lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib
|
||||||
cd $(DSTROOT)/usr/lib && ln -s libc++.1.dylib libc++.dylib
|
cd $(DSTROOT)/usr/lib && ln -s libc++.1.dylib libc++.dylib
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ fi
|
|||||||
|
|
||||||
if [ -z "$OPTIONS" ]
|
if [ -z "$OPTIONS" ]
|
||||||
then
|
then
|
||||||
OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`"
|
OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FAIL=0
|
FAIL=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user