Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b16ed52d
Commit
b16ed52d
authored
Jan 17, 2008
by
Glenn Morris
Browse files
(START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR.
parent
6bed5c4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/m/ibms390x.h
src/m/ibms390x.h
+8
-0
No files found.
src/ChangeLog
View file @
b16ed52d
2008-01-17 Glenn Morris <rgm@gnu.org>
* m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
to HAVE_X86_64_LIB64_DIR.
2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
* s/irix3-3.h:
...
...
src/m/ibms390x.h
View file @
b16ed52d
...
...
@@ -152,10 +152,18 @@ NOTE-END */
#define XPNTR(a) XUINT (a)
#undef START_FILES
#ifdef HAVE_X86_64_LIB64_DIR
#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
#else
#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
#endif
#undef LIB_STANDARD
#ifdef HAVE_X86_64_LIB64_DIR
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
#else
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
#endif
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
(do not change this comment) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment