diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 22:17:19 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 22:17:19 +0000 |
commit | 16944a5aae3ea729f27880ab818005cb5d340417 (patch) | |
tree | 004181e535327ac9b0ad0f3bbf040362b7701813 /include | |
parent | dc2ffbf1e34ea1d4cbbe6212efde05c3acc627cb (diff) | |
download | ATCD-16944a5aae3ea729f27880ab818005cb5d340417.tar.gz |
changes to make all pSOS PPC ACE tests link
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_psos_diab_ppc.GNU | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/makeinclude/platform_psos_diab_ppc.GNU b/include/makeinclude/platform_psos_diab_ppc.GNU index f347872cd48..ec90f791e67 100644 --- a/include/makeinclude/platform_psos_diab_ppc.GNU +++ b/include/makeinclude/platform_psos_diab_ppc.GNU @@ -109,6 +109,9 @@ CFLAGS += -D__DIAB -D__DIAB_42a -Xkill-opt=0x400 -Xno-old-style -Xlint $(PSOSINC # -Xinit-locals[=<mask>] initializes memory pattern for local variables # -Xno-optimized-debug turns off optimizations for debugging DCFLAGS += -w -Ws + +# These cause internal compiler errors for some ACE tests, because of the +# debug information embedded by the -g and -g1 switches (see above). #DCFLAGS += -g1 -w -Ws #DCFLAGS += -g -w -Ws #DCFLAGS += -g -w -Ws -P -o precomp.out @@ -145,11 +148,11 @@ DCCFLAGS += $(DCFLAGS) # Dynamic Linker # DLD = dld -DLD = dplus -tPPC860ES:psos -Wm$(PSS_BSP)/ram.lnk +DLD = dplus -tPPC860ES:psos -Wm $(PSS_BSP)/ram.dld $(PSS_BSP)/anchor.dld # Static Linker # LD = dld -LD = dplus -tPPC860ES:psos -Wm$(PSS_BSP)/ram.lnk +LD = dplus -tPPC860ES:psos -Wm $(PSS_BSP)/ram.dld $(PSS_BSP)/anchor.dld # Static Linker Flags # -L<path> adds a directory path to the linker search path |