Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: gcc/config/i386/t-nacl64

Issue 7170022: Fix NaCl system header files location (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # NaCl has no /usr hierarchy
2 NATIVE_SYSTEM_HEADER_DIR = /include
3
1 MULTILIB_OPTIONS = m64/m32 4 MULTILIB_OPTIONS = m64/m32
2 MULTILIB_DIRNAMES = 64 32 5 MULTILIB_DIRNAMES = 64 32
3 MULTILIB_OSDIRNAMES = ../lib64 ../lib32 6 MULTILIB_OSDIRNAMES = ../lib64 ../lib32
4 7
5 LIBGCC = stmp-multilib 8 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib 9 INSTALL_LIBGCC = install-multilib
7 10
8 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \ 11 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \
9 crtbeginT.o crtprec32.o crtprec64.o crtprec80.o \ 12 crtbeginT.o crtprec32.o crtprec64.o crtprec80.o \
10 crtfastmath.o 13 crtfastmath.o
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698