diff options
author | midipix <writeonce@midipix.org> | 2017-10-15 10:23:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-15 10:57:20 -0400 |
commit | e8f7b599b1107ce8bad68dd9f969994f3b4a0436 (patch) | |
tree | ef6f036340518fad68fefee4f9fe95a38e2b7a6e /gcc | |
parent | 008ff4cb6c2dbb8beaf59503ca859672af373ce3 (diff) | |
download | cbb-gcc-4.6.4-e8f7b599b1107ce8bad68dd9f969994f3b4a0436.tar.bz2 cbb-gcc-4.6.4-e8f7b599b1107ce8bad68dd9f969994f3b4a0436.tar.xz |
midipix target: new ldso design: removed the discarded ldso options.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/midipix.opt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/config/i386/midipix.opt b/gcc/config/i386/midipix.opt index a2c1fa259..2274d1f05 100644 --- a/gcc/config/i386/midipix.opt +++ b/gcc/config/i386/midipix.opt @@ -47,24 +47,4 @@ mldso Target use a dynamic loader -mldso-absolute-path -Target -use the dynamic loader located at an application-defined absolute path - -mldso-default-path -Target -use the dynamic loader located at C:\\midipix\\lib - -mldso-app-dir-only -Target -use the dynamic loader found in the same physical directory as the current process - -mldso-root-relative -Target -use the dynamic loader found in /lib under a root directory relative to the physical location of the current process - -mldso-kernel-driver -Target -load dynamic libraries via calls to a custom ldso kernel driver - ; Retain blank line above |